New backup 2025-07-18 16:15:01

This commit is contained in:
Penelope Gwen 2025-07-18 16:15:02 -07:00
parent 99279e6e1b
commit 8f79278bc3
3 changed files with 28 additions and 4 deletions

View file

@ -4,7 +4,7 @@
:spacing 10
:width 250
:space-evenly false
(nowplayingart)
(nowplayingbar)
(rat)
(shortcuts)
(weather_revealer)

View file

@ -1,11 +1,33 @@
(deflisten nowplaying_img_path :initial ""
'scripts/home/nowplayingart.sh')
(defwidget nowplayingbar []
(box
:class "nowplayingbar"
:orientation "h"
:width 250
:height 100
:space-evenly false
(nowplayingart)
(button
:height 50
:width 50
"")
(button
:height 50
:width 50
"󰐎")
(label
:height 50
:width 50
:text "")))
(defwidget nowplayingart []
(box
:class "nowplayingart"
:orientation "h"
:width 250
:height 250
; :hexpand false
:width 50
:height 50
; :style "background-image: url('/run/user/1000/album_art_cache/getCoverArt.view?id=952&u=pogmommy&p=mG%232001068485&v=1.13.0&c=Feishin&size=300');"))
:style "background-image: url('${nowplaying_img_path}');"))
; :style "background-image: url('${rat_image}');"))

View file

@ -5,6 +5,8 @@
(defvar reveal_reminders false)
(defwidget reminders_revealer []
(revealer-on-press
; :visible {jq(workspacesArray, '.[]\|select(.focused==true).num') <= 10}
:visible {jq(workspacesArray, '.[]\|select(.focused==true).num') <= 10}
:revealvar reveal_reminders
:revealvar-name "reveal_reminders"
; {reveal_reminders ? "" : ""}