Regenerated
This commit is contained in:
+408
-386
File diff suppressed because it is too large
Load Diff
+28
-6
@@ -4658,7 +4658,6 @@ These are config files for waybar
|
||||
|
||||
"modules-center": [
|
||||
"group/workspaces"
|
||||
,"custom/power"
|
||||
,"custom/media"
|
||||
,"custom/batterywarn"
|
||||
/* ,"custom/kdeconnect" */
|
||||
@@ -4668,7 +4667,6 @@ These are config files for waybar
|
||||
"group/audio"
|
||||
,"group/tray"
|
||||
,"clock"
|
||||
,"idle_inhibitor"
|
||||
,"custom/notifications"
|
||||
],
|
||||
|
||||
@@ -4711,17 +4709,37 @@ These are config files for waybar
|
||||
"transition-left-to-right": true
|
||||
},
|
||||
"modules": [
|
||||
"custom/hardware-anchor",
|
||||
"tray",
|
||||
"custom/tray-anchor"
|
||||
,"tray"
|
||||
]
|
||||
},
|
||||
|
||||
"custom/tray-anchor": {
|
||||
|
||||
"format": "TTRAY",
|
||||
"format": "TRAY",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
/*******************************************************************/
|
||||
"group/system": {
|
||||
"orientation": "horizontal",
|
||||
"drawer": {
|
||||
"transition-duration": 500,
|
||||
"transition-left-to-right": true
|
||||
},
|
||||
"modules": [
|
||||
"custom/system-anchor"
|
||||
,"custom/power"
|
||||
,"idle_inhibitor"
|
||||
]
|
||||
},
|
||||
|
||||
"custom/system-anchor": {
|
||||
|
||||
"format": "SYSTEM",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
|
||||
/*************************/
|
||||
|
||||
@@ -4952,6 +4970,7 @@ window#waybar {
|
||||
/* --- Group anchors default visible --- */
|
||||
#custom-hardware-anchor,
|
||||
#custom-tray-anchor,
|
||||
#custom-system-anchor,
|
||||
#custom-connections-anchor {
|
||||
min-width: 80px;
|
||||
padding: 0 5px;
|
||||
@@ -4961,7 +4980,9 @@ window#waybar {
|
||||
}
|
||||
|
||||
/* --- Hide anchors on hover of the group --- */
|
||||
#hardware:hover #custom-hardware-anchor,#custom-tray-anchor,
|
||||
#hardware:hover #custom-hardware-anchor,
|
||||
#tray: hover #custom-tray-anchor,
|
||||
#system:hover #custom-system-anchor,
|
||||
#connections:hover #custom-connections-anchor {
|
||||
opacity: 0;
|
||||
min-width: 0;
|
||||
@@ -4971,6 +4992,7 @@ window#waybar {
|
||||
|
||||
#hardware:hover,
|
||||
#tray:hover,
|
||||
#system:hover,
|
||||
#connections:hover {
|
||||
min-width: 80px;
|
||||
}
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
|
||||
"modules-center": [
|
||||
"group/workspaces"
|
||||
,"custom/power"
|
||||
,"custom/media"
|
||||
,"custom/batterywarn"
|
||||
/* ,"custom/kdeconnect" */
|
||||
@@ -25,7 +24,6 @@
|
||||
"group/audio"
|
||||
,"group/tray"
|
||||
,"clock"
|
||||
,"idle_inhibitor"
|
||||
,"custom/notifications"
|
||||
],
|
||||
|
||||
@@ -68,17 +66,37 @@
|
||||
"transition-left-to-right": true
|
||||
},
|
||||
"modules": [
|
||||
"custom/hardware-anchor",
|
||||
"tray",
|
||||
"custom/tray-anchor"
|
||||
,"tray"
|
||||
]
|
||||
},
|
||||
|
||||
"custom/tray-anchor": {
|
||||
|
||||
"format": "TTRAY",
|
||||
"format": "TRAY",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
/*******************************************************************/
|
||||
"group/system": {
|
||||
"orientation": "horizontal",
|
||||
"drawer": {
|
||||
"transition-duration": 500,
|
||||
"transition-left-to-right": true
|
||||
},
|
||||
"modules": [
|
||||
"custom/system-anchor"
|
||||
,"custom/power"
|
||||
,"idle_inhibitor"
|
||||
]
|
||||
},
|
||||
|
||||
"custom/system-anchor": {
|
||||
|
||||
"format": "SYSTEM",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
|
||||
/*************************/
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@ window#waybar {
|
||||
/* --- Group anchors default visible --- */
|
||||
#custom-hardware-anchor,
|
||||
#custom-tray-anchor,
|
||||
#custom-system-anchor,
|
||||
#custom-connections-anchor {
|
||||
min-width: 80px;
|
||||
padding: 0 5px;
|
||||
@@ -32,7 +33,9 @@ window#waybar {
|
||||
}
|
||||
|
||||
/* --- Hide anchors on hover of the group --- */
|
||||
#hardware:hover #custom-hardware-anchor,#custom-tray-anchor,
|
||||
#hardware:hover #custom-hardware-anchor,
|
||||
#tray: hover #custom-tray-anchor,
|
||||
#system:hover #custom-system-anchor,
|
||||
#connections:hover #custom-connections-anchor {
|
||||
opacity: 0;
|
||||
min-width: 0;
|
||||
@@ -42,6 +45,7 @@ window#waybar {
|
||||
|
||||
#hardware:hover,
|
||||
#tray:hover,
|
||||
#system:hover,
|
||||
#connections:hover {
|
||||
min-width: 80px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user