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
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
state_file=$HOME/.config/sdgos/wayshell/screenshot.state
icon=""
if [ -f "$state_file" ]; then
mode=$(awk -F= '/^mode=/ {print $2}' "$state_file")
case $mode in
disk) icon="" ;;
editor) icon="" ;;
esac
fi
echo "$icon"