Regenerated

This commit is contained in:
2026-04-23 11:56:57 +02:00
parent 15712267d6
commit 3de57e0786
4 changed files with 452 additions and 392 deletions
+404 -384
View File
File diff suppressed because it is too large Load Diff
+24 -4
View File
@@ -4653,8 +4653,7 @@ These are config files for waybar
/*******************************************************************/
"modules-left": [
"group/connections"
,"group/hardware"
"group/hardware"
],
"modules-center": [
@@ -4667,7 +4666,7 @@ These are config files for waybar
"modules-right": [
"group/audio"
,"tray"
,"group/tray"
,"clock"
,"idle_inhibitor"
,"custom/notifications"
@@ -4704,6 +4703,25 @@ These are config files for waybar
"tooltip": false
},
/*******************************************************************/
"group/tray": {
"orientation": "horizontal",
"drawer": {
"transition-duration": 500,
"transition-left-to-right": true
},
"modules": [
"custom/hardware-anchor",
"tray",
]
},
"custom/tray-anchor": {
"format": "TTRAY",
"tooltip": false
},
/*************************/
@@ -4933,6 +4951,7 @@ window#waybar {
/* --- Group anchors default visible --- */
#custom-hardware-anchor,
#custom-tray-anchor,
#custom-connections-anchor {
min-width: 80px;
padding: 0 5px;
@@ -4942,7 +4961,7 @@ window#waybar {
}
/* --- Hide anchors on hover of the group --- */
#hardware:hover #custom-hardware-anchor,
#hardware:hover #custom-hardware-anchor,#custom-tray-anchor,
#connections:hover #custom-connections-anchor {
opacity: 0;
min-width: 0;
@@ -4951,6 +4970,7 @@ window#waybar {
}
#hardware:hover,
#tray:hover,
#connections:hover {
min-width: 80px;
}
+21 -3
View File
@@ -10,8 +10,7 @@
/*******************************************************************/
"modules-left": [
"group/connections"
,"group/hardware"
"group/hardware"
],
"modules-center": [
@@ -24,7 +23,7 @@
"modules-right": [
"group/audio"
,"tray"
,"group/tray"
,"clock"
,"idle_inhibitor"
,"custom/notifications"
@@ -61,6 +60,25 @@
"tooltip": false
},
/*******************************************************************/
"group/tray": {
"orientation": "horizontal",
"drawer": {
"transition-duration": 500,
"transition-left-to-right": true
},
"modules": [
"custom/hardware-anchor",
"tray",
]
},
"custom/tray-anchor": {
"format": "TTRAY",
"tooltip": false
},
/*************************/
@@ -22,6 +22,7 @@ window#waybar {
/* --- Group anchors default visible --- */
#custom-hardware-anchor,
#custom-tray-anchor,
#custom-connections-anchor {
min-width: 80px;
padding: 0 5px;
@@ -31,7 +32,7 @@ window#waybar {
}
/* --- Hide anchors on hover of the group --- */
#hardware:hover #custom-hardware-anchor,
#hardware:hover #custom-hardware-anchor,#custom-tray-anchor,
#connections:hover #custom-connections-anchor {
opacity: 0;
min-width: 0;
@@ -40,6 +41,7 @@ window#waybar {
}
#hardware:hover,
#tray:hover,
#connections:hover {
min-width: 80px;
}