changes to hyprland and eww

This commit is contained in:
KoenDR06 2025-03-17 16:36:56 +01:00
parent 1638ad4031
commit 74ba9d43a7
4 changed files with 52 additions and 104 deletions

View file

@ -0,0 +1,12 @@
(defpoll workspace
:interval '0.1s'
:initial-value ""
"hyprctl -j activeworkspace | jq '.id'"
)
(defpoll time
:interval "1s"
:initial-value ""
"date +'%H:%M:%S'"
)