Inital Comit Upload Config Files

This commit is contained in:
2026-03-17 00:32:42 +01:00
commit 343af5e9d2
4 changed files with 321 additions and 0 deletions

8
scripts/notifications.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
count=$(swaync-client -c)
if [ "$count" -eq 0 ]; then
echo '{"text":"󰂚","class":"none"}'
else
echo "{\"text\":\"󰂚 $count\",\"class\":\"notification\"}"
fi