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": [
"pulseaudio",
"pulseaudio/slider",
"group/audio",
"tray",
"clock",
"idle_inhibitor"
@@ -2692,7 +2691,6 @@ These are config files for waybar
/*******************************************************************/
"group/hardware": {
"orientation": "horizontal",
"drawer": {
"transition-duration": 500,
@@ -2717,7 +2715,6 @@ These are config files for waybar
/*************************/
"group/connections": {
"orientation": "horizontal",
"drawer": {
"transition-duration": 500,
@@ -2736,6 +2733,16 @@ These are config files for waybar
"tooltip": false
},
/*************************/
"group/audio": {
"orientation": "horizontal",
"modules": [
"pulseaudio",
"pulseaudio/slider",
]
},
/*******************************************************************/
+11 -4
View File
@@ -19,8 +19,7 @@
],
"modules-right": [
"pulseaudio",
"pulseaudio/slider",
"group/audio",
"tray",
"clock",
"idle_inhibitor"
@@ -28,7 +27,6 @@
/*******************************************************************/
"group/hardware": {
"orientation": "horizontal",
"drawer": {
"transition-duration": 500,
@@ -53,7 +51,6 @@
/*************************/
"group/connections": {
"orientation": "horizontal",
"drawer": {
"transition-duration": 500,
@@ -72,6 +69,16 @@
"tooltip": false
},
/*************************/
"group/audio": {
"orientation": "horizontal",
"modules": [
"pulseaudio",
"pulseaudio/slider",
]
},
/*******************************************************************/