first commit
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
if pgrep -x "hyprsunset" > /dev/null
|
||||
then
|
||||
killall -9 hyprsunset
|
||||
notify-send "🌞 Day Mode Activated" -u "low"
|
||||
else
|
||||
hyprsunset -t 3500 &
|
||||
notify-send "🌙 Night Mode Activated" -u "low"
|
||||
fi
|
||||
Reference in New Issue
Block a user