Regenerated

This commit is contained in:
2026-04-09 11:15:13 +02:00
parent 8f040506b5
commit 785afe2142
3 changed files with 333 additions and 312 deletions
+311 -304
View File
File diff suppressed because it is too large Load Diff
+11 -4
View File
@@ -2683,8 +2683,7 @@ These are config files for waybar
], ],
"modules-right": [ "modules-right": [
"pulseaudio", "group/audio",
"pulseaudio/slider",
"tray", "tray",
"clock", "clock",
"idle_inhibitor" "idle_inhibitor"
@@ -2692,7 +2691,6 @@ These are config files for waybar
/*******************************************************************/ /*******************************************************************/
"group/hardware": { "group/hardware": {
"orientation": "horizontal", "orientation": "horizontal",
"drawer": { "drawer": {
"transition-duration": 500, "transition-duration": 500,
@@ -2717,7 +2715,6 @@ These are config files for waybar
/*************************/ /*************************/
"group/connections": { "group/connections": {
"orientation": "horizontal", "orientation": "horizontal",
"drawer": { "drawer": {
"transition-duration": 500, "transition-duration": 500,
@@ -2736,6 +2733,16 @@ These are config files for waybar
"tooltip": false "tooltip": false
}, },
/*************************/
"group/audio": {
"orientation": "horizontal",
"modules": [
"pulseaudio",
"pulseaudio/slider",
]
},
/*******************************************************************/ /*******************************************************************/
+11 -4
View File
@@ -19,8 +19,7 @@
], ],
"modules-right": [ "modules-right": [
"pulseaudio", "group/audio",
"pulseaudio/slider",
"tray", "tray",
"clock", "clock",
"idle_inhibitor" "idle_inhibitor"
@@ -28,7 +27,6 @@
/*******************************************************************/ /*******************************************************************/
"group/hardware": { "group/hardware": {
"orientation": "horizontal", "orientation": "horizontal",
"drawer": { "drawer": {
"transition-duration": 500, "transition-duration": 500,
@@ -53,7 +51,6 @@
/*************************/ /*************************/
"group/connections": { "group/connections": {
"orientation": "horizontal", "orientation": "horizontal",
"drawer": { "drawer": {
"transition-duration": 500, "transition-duration": 500,
@@ -72,6 +69,16 @@
"tooltip": false "tooltip": false
}, },
/*************************/
"group/audio": {
"orientation": "horizontal",
"modules": [
"pulseaudio",
"pulseaudio/slider",
]
},
/*******************************************************************/ /*******************************************************************/