New backup 2025-04-26 23:30:01
This commit is contained in:
parent
0145d800b5
commit
749ae16304
2 changed files with 11 additions and 3 deletions
|
@ -172,6 +172,7 @@ tooltip{
|
|||
.notes {
|
||||
background-color: rgba($color0,0.5);
|
||||
padding: 10px;
|
||||
|
||||
}
|
||||
.shortcuts {
|
||||
background-color: rgba($color0,0.5);
|
||||
|
|
|
@ -4,17 +4,24 @@
|
|||
(box
|
||||
:class "notes"
|
||||
:orientation "v"
|
||||
:halign "left"
|
||||
:halign "baseline"
|
||||
:width 300
|
||||
:height 125
|
||||
:height 150
|
||||
:space-evenly true
|
||||
; "${json.condition} ${json.icon}"
|
||||
; "${json.current_temp}°F / ${json.humidity}% "
|
||||
; " ${json.max_temp}°F ${json.min_temp}°F"
|
||||
; " ${json.updated}"))
|
||||
"Notes"
|
||||
(for note in json
|
||||
(button :onclick "kate -n '${note.filepath}'"
|
||||
"${replace(note.filepath,"${get_env("HOME")}/Documents/Notes",'')}"))
|
||||
(label
|
||||
:xalign 0
|
||||
:justify "left"
|
||||
:wrap false
|
||||
:text "${replace(note.filepath,"${get_env("HOME")}/Documents/Notes",'')}aaaaaaaaa
|
||||
test")
|
||||
))
|
||||
; (button :onclick {(device.connected == "yes") ? 'bluetoothctl disconnect "${device.address}"' : 'bluetoothctl connect "${device.address}"'}
|
||||
; :class {(device.connected == "yes") ? "active" : ""}
|
||||
; "${device.icon}")) ))
|
||||
|
|
Loading…
Add table
Reference in a new issue