Update dotfiles (2026-05-08 15:35:43)
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/zsh
|
||||
|
||||
hour=$(date +%H)
|
||||
|
||||
if [ $hour -ge 09 ] && [ $hour -lt 21 ]; then
|
||||
pkill hyprsunset
|
||||
elif [ $hour -ge 21 ] || [ $hour -lt 09 ]; then
|
||||
WAYLAND_DISPLAY=wayland-1 XDG_RUNTIME_DIR=/run/user/1000 hyprsunset -t 3200 &
|
||||
fi
|
||||
Reference in New Issue
Block a user