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
@@ -0,0 +1,35 @@
{
"layer": "top",
"position": "right",
"fixed-center": "true",
"output": "DP-1",
"margin-top": 0,
"margin-bottom": 0,
"margin-left": 0,
"margin-right": 0,
"spacing": 3,
// Load Modules
"include": [
"~/.config/sdgos/monocle/modules-dp1.json"
],
"modules-left": [
"custom/daemon",
"custom/window1",
"custom/window2",
"custom/window3",
"custom/window4",
"custom/window5",
"custom/window6",
"custom/window7",
"custom/window8",
"custom/window9",
"custom/window10",
],
"modules-center": [
],
"modules-right": [
]
}