New backup 2025-04-26 23:15:02
This commit is contained in:
parent
14747a8fec
commit
0145d800b5
4 changed files with 15 additions and 6 deletions
|
@ -169,6 +169,10 @@ tooltip{
|
||||||
background-color: rgba($color0,0.5);
|
background-color: rgba($color0,0.5);
|
||||||
padding: 10px 0px;
|
padding: 10px 0px;
|
||||||
}
|
}
|
||||||
|
.notes {
|
||||||
|
background-color: rgba($color0,0.5);
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
.shortcuts {
|
.shortcuts {
|
||||||
background-color: rgba($color0,0.5);
|
background-color: rgba($color0,0.5);
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
(defpoll notes_list :interval "60s"
|
(defpoll notes_list :interval "60s"
|
||||||
'scripts/home/notes')
|
'scripts/home/notes')
|
||||||
(defwidget notes [json] user
|
(defwidget notes [json]
|
||||||
(box
|
(box
|
||||||
:class "weather"
|
:class "notes"
|
||||||
:orientation "v"
|
:orientation "v"
|
||||||
|
:halign "left"
|
||||||
:width 300
|
:width 300
|
||||||
:height 125
|
:height 125
|
||||||
:space-evenly true
|
:space-evenly true
|
||||||
|
@ -12,7 +13,8 @@
|
||||||
; " ${json.max_temp}°F ${json.min_temp}°F"
|
; " ${json.max_temp}°F ${json.min_temp}°F"
|
||||||
; " ${json.updated}"))
|
; " ${json.updated}"))
|
||||||
(for note in json
|
(for note in json
|
||||||
"${replace(note.filepath,'test','')}")
|
(button :onclick "kate -n '${note.filepath}'"
|
||||||
|
"${replace(note.filepath,"${get_env("HOME")}/Documents/Notes",'')}"))
|
||||||
; (button :onclick {(device.connected == "yes") ? 'bluetoothctl disconnect "${device.address}"' : 'bluetoothctl connect "${device.address}"'}
|
; (button :onclick {(device.connected == "yes") ? 'bluetoothctl disconnect "${device.address}"' : 'bluetoothctl connect "${device.address}"'}
|
||||||
; :class {(device.connected == "yes") ? "active" : ""}
|
; :class {(device.connected == "yes") ? "active" : ""}
|
||||||
; "${device.icon}")) ))
|
; "${device.icon}")) ))
|
||||||
|
|
|
@ -30,7 +30,7 @@ Show Tabs Close Button=true
|
||||||
Show Url Nav Bar=true
|
Show Url Nav Bar=true
|
||||||
Show output view for message type=1
|
Show output view for message type=1
|
||||||
Show text for left and right sidebar=false
|
Show text for left and right sidebar=false
|
||||||
Show welcome view for new window=true
|
Show welcome view for new window=false
|
||||||
Startup Session=new
|
Startup Session=new
|
||||||
Stash new unsaved files=true
|
Stash new unsaved files=true
|
||||||
Stash unsaved file changes=false
|
Stash unsaved file changes=false
|
||||||
|
@ -172,8 +172,8 @@ SetEditor=false
|
||||||
2 screens: Width=727
|
2 screens: Width=727
|
||||||
2048x1280 screen: Height=589
|
2048x1280 screen: Height=589
|
||||||
2048x1280 screen: Width=999
|
2048x1280 screen: Width=999
|
||||||
3 screens: Height=896
|
3 screens: Height=298
|
||||||
3 screens: Width=837
|
3 screens: Width=604
|
||||||
|
|
||||||
[filetree]
|
[filetree]
|
||||||
editShade=183,220,246
|
editShade=183,220,246
|
||||||
|
@ -202,6 +202,7 @@ Messages=true
|
||||||
ReferencesDeclaration=true
|
ReferencesDeclaration=true
|
||||||
SemanticHighlighting=true
|
SemanticHighlighting=true
|
||||||
ServerConfiguration=
|
ServerConfiguration=
|
||||||
|
ShowCompletions=true
|
||||||
SignatureHelp=true
|
SignatureHelp=true
|
||||||
SymbolDetails=false
|
SymbolDetails=false
|
||||||
SymbolExpand=true
|
SymbolExpand=true
|
||||||
|
|
|
@ -17,6 +17,7 @@ image/png=feh-5.desktop;feh-4.desktop;feh-3.desktop;feh-2.desktop;feh.desktop;
|
||||||
image/webp=feh-4.desktop;feh-3.desktop;feh.desktop;
|
image/webp=feh-4.desktop;feh-3.desktop;feh.desktop;
|
||||||
inode/directory=org.kde.dolphin.desktop;
|
inode/directory=org.kde.dolphin.desktop;
|
||||||
text/html=librewolf.desktop;
|
text/html=librewolf.desktop;
|
||||||
|
text/markdown=org.kde.kate.desktop;
|
||||||
text/plain=org.kde.kate.desktop;
|
text/plain=org.kde.kate.desktop;
|
||||||
video/mp4=mpv.desktop;
|
video/mp4=mpv.desktop;
|
||||||
video/quicktime=mpv.desktop;
|
video/quicktime=mpv.desktop;
|
||||||
|
@ -44,6 +45,7 @@ image/png=feh-5.desktop;
|
||||||
image/webp=feh-4.desktop;
|
image/webp=feh-4.desktop;
|
||||||
inode/directory=org.kde.dolphin.desktop;
|
inode/directory=org.kde.dolphin.desktop;
|
||||||
text/html=librewolf.desktop;
|
text/html=librewolf.desktop;
|
||||||
|
text/markdown=org.kde.kate.desktop;
|
||||||
text/plain=org.kde.kate.desktop;
|
text/plain=org.kde.kate.desktop;
|
||||||
video/mp4=mpv.desktop;
|
video/mp4=mpv.desktop;
|
||||||
video/quicktime=mpv.desktop;
|
video/quicktime=mpv.desktop;
|
||||||
|
|
Loading…
Add table
Reference in a new issue