dotfiles/home/private_dot_config/eww/yuck/vars.yuck

10 lines
368 B
Text

(defvar rofi-bin "~/.config/rofi/bin")
(deflisten workspaces "nim c -r bin/hyprstate")
(defpoll clocktext :interval "10s" "date '+%d %b %I:%M %p'")
(defpoll bluetooth-icon :interval "5s" "bin/bluetooth.sh")
(defpoll volume-icon :interval "1s" "bin/volume --icon")
(defpoll volume-level :interval "1s" "bin/volume --get")
(defpoll ssid :interval "10s" "bin/getwifi")