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
+25
View File
@@ -0,0 +1,25 @@
{
"layer": "overlay",
"exclusive": true,
"position": "top",
"margin-top": -2,
"margin-bottom": -30,
"spacing": 2,
"include": [
"~/.config/sdgos/wayshell/configs/screenshot-modules"
],
"modules-left": [
],
"modules-center": [
"custom/ss-monitor",
"custom/ss-zone",
"custom/ss-all",
"custom/ss-window",
"custom/ss-obs",
"custom/ss-mode",
"custom/ss-settings"
],
"modules-right": [
]
}