changes to hyprland and eww
This commit is contained in:
parent
1638ad4031
commit
74ba9d43a7
4 changed files with 52 additions and 104 deletions
12
modules/wm/hyprland/config/eww/vars.yuck
Normal file
12
modules/wm/hyprland/config/eww/vars.yuck
Normal 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'"
|
||||
)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue