hyprman doens't poll it reacts
This commit is contained in:
parent
187848f1c3
commit
13ebd2bc74
2 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
(defvar rofi-bin "~/.config/rofi/bin")
|
(defvar rofi-bin "~/.config/rofi/bin")
|
||||||
|
|
||||||
(deflisten workspaces "hyprman eww workspaces")
|
(deflisten workspaces "hyprman eww watch")
|
||||||
|
|
||||||
(defpoll clocktext :interval "10s" "date '+%d %b %I:%M %p'")
|
(defpoll clocktext :interval "10s" "date '+%d %b %I:%M %p'")
|
||||||
(defpoll bluetooth-icon :interval "5s" "bin/bluetooth.sh")
|
(defpoll bluetooth-icon :interval "5s" "bin/bluetooth.sh")
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# exec-once = ~/.config/hypr/start_eww.sh &
|
|
||||||
# exec-once = flameshot &
|
# exec-once = flameshot &
|
||||||
exec = swww init
|
exec = swww init
|
||||||
|
|
||||||
|
@ -10,5 +9,5 @@ exec-once = xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOB
|
||||||
exec = hypridle
|
exec = hypridle
|
||||||
exec = kanshi
|
exec = kanshi
|
||||||
|
|
||||||
exec = pkill eww & hyprman eww monitors
|
exec = pkill eww & hyprman eww start
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue