Regenerated

This commit is contained in:
2026-04-26 09:59:21 +02:00
parent 11dbd5db04
commit ca5f232d47
3 changed files with 482 additions and 398 deletions
+414 -386
View File
File diff suppressed because it is too large Load Diff
+34 -6
View File
@@ -4676,18 +4676,17 @@ These are config files for waybar
], ],
"modules-center": [ "modules-center": [
"group/workspaces" "group/workspaces",
,"custom/media" "group/sporadic"
,"custom/batterywarn"
/* ,"custom/kdeconnect" */
], ],
"modules-right": [ "modules-right": [
"group/audio" "group/audio"
,"group/tray" ,"group/tray"
,"clock" ,"group/datestuff"
,"group/system" ,"group/system"
,"custom/notifications" ,"group/notifications"
], ],
/*******************************************************************/ /*******************************************************************/
@@ -4793,6 +4792,35 @@ These are config files for waybar
] ]
}, },
/*************************/
"group/sporadic": {
"orientation": "horizontal",
"modules": [
,"custom/media"
,"custom/batterywarn"
/* ,"custom/kdeconnect" */
]
},
/*************************/
"group/datestuff": {
"orientation": "horizontal",
"modules": [
,"clock"
]
},
/*************************/
"group/notifications": {
"orientation": "horizontal",
"modules": [
,"custom/notifications"
]
},
/*******************************************************************/ /*******************************************************************/
"hyprland/workspaces": { "hyprland/workspaces": {
+34 -6
View File
@@ -14,18 +14,17 @@
], ],
"modules-center": [ "modules-center": [
"group/workspaces" "group/workspaces",
,"custom/media" "group/sporadic"
,"custom/batterywarn"
/* ,"custom/kdeconnect" */
], ],
"modules-right": [ "modules-right": [
"group/audio" "group/audio"
,"group/tray" ,"group/tray"
,"clock" ,"group/datestuff"
,"group/system" ,"group/system"
,"custom/notifications" ,"group/notifications"
], ],
/*******************************************************************/ /*******************************************************************/
@@ -131,6 +130,35 @@
] ]
}, },
/*************************/
"group/sporadic": {
"orientation": "horizontal",
"modules": [
,"custom/media"
,"custom/batterywarn"
/* ,"custom/kdeconnect" */
]
},
/*************************/
"group/datestuff": {
"orientation": "horizontal",
"modules": [
,"clock"
]
},
/*************************/
"group/notifications": {
"orientation": "horizontal",
"modules": [
,"custom/notifications"
]
},
/*******************************************************************/ /*******************************************************************/
"hyprland/workspaces": { "hyprland/workspaces": {