Fixed build issues by including guard rails; Merged configs

This commit is contained in:
2026-04-05 11:41:53 +02:00
parent 3e1965f0e8
commit 45f853b376
25 changed files with 1034 additions and 133 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/sh
if makoctl mode | grep -q do-not-disturb; then
echo '{"text":"󰂛","class":"disabled"}'
else
echo '{"text":"󰂚","class":"enabled"}'
fi