New backup 2025-07-18 16:15:01
This commit is contained in:
parent
99279e6e1b
commit
8f79278bc3
3 changed files with 28 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
||||||
:spacing 10
|
:spacing 10
|
||||||
:width 250
|
:width 250
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
(nowplayingart)
|
(nowplayingbar)
|
||||||
(rat)
|
(rat)
|
||||||
(shortcuts)
|
(shortcuts)
|
||||||
(weather_revealer)
|
(weather_revealer)
|
||||||
|
|
|
@ -1,11 +1,33 @@
|
||||||
(deflisten nowplaying_img_path :initial ""
|
(deflisten nowplaying_img_path :initial ""
|
||||||
'scripts/home/nowplayingart.sh')
|
'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 []
|
(defwidget nowplayingart []
|
||||||
(box
|
(box
|
||||||
:class "nowplayingart"
|
:class "nowplayingart"
|
||||||
:orientation "h"
|
; :hexpand false
|
||||||
:width 250
|
:width 50
|
||||||
:height 250
|
: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('/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('${nowplaying_img_path}');"))
|
||||||
; :style "background-image: url('${rat_image}');"))
|
; :style "background-image: url('${rat_image}');"))
|
||||||
|
|
|
@ -5,6 +5,8 @@
|
||||||
(defvar reveal_reminders false)
|
(defvar reveal_reminders false)
|
||||||
(defwidget reminders_revealer []
|
(defwidget reminders_revealer []
|
||||||
(revealer-on-press
|
(revealer-on-press
|
||||||
|
; :visible {jq(workspacesArray, '.[]\|select(.focused==true).num') <= 10}
|
||||||
|
:visible {jq(workspacesArray, '.[]\|select(.focused==true).num') <= 10}
|
||||||
:revealvar reveal_reminders
|
:revealvar reveal_reminders
|
||||||
:revealvar-name "reveal_reminders"
|
:revealvar-name "reveal_reminders"
|
||||||
; {reveal_reminders ? "" : ""}
|
; {reveal_reminders ? "" : ""}
|
||||||
|
|
Loading…
Add table
Reference in a new issue