updated monocle bar and added wayshell framework with some modules.
This commit is contained in:
Executable
+7
@@ -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
|
||||
Reference in New Issue
Block a user