first commit

This commit is contained in:
Domipoke
2026-06-25 19:17:20 +02:00
commit 9360ba8e8a
27 changed files with 1360 additions and 0 deletions
+10
View File
@@ -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