updated monocle bar and added wayshell framework with some modules.

This commit is contained in:
2026-06-27 17:35:39 +02:00
parent 79b45ab123
commit 66065960cf
43 changed files with 2163 additions and 97 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
if wpctl get-volume @DEFAULT_AUDIO_SINK@ 2>/dev/null | grep -qi "MUTED"; then
printf "\uf026\n"
else
printf "\uf028\n"
fi