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
+24
View File
@@ -0,0 +1,24 @@
{
"layer": "overlay",
"exclusive": false,
"position": "right",
"width": 36,
"margin-top": 300,
"margin-bottom": 300,
"margin-left": 0,
"margin-right": 6,
"spacing": 0,
"include": [
"~/.config/sdgos/wayshell/configs/waybar-modules"
],
"modules-left": [
],
"modules-center": [
"custom/volume-up",
"custom/volume-bar",
"custom/volume-down",
"custom/volume-icon"
],
"modules-right": [
]
}