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": [
|
"modules-center": [
|
||||||
"group/workspaces"
|
"group/workspaces"
|
||||||
,"custom/power"
|
|
||||||
,"custom/media"
|
,"custom/media"
|
||||||
,"custom/batterywarn"
|
,"custom/batterywarn"
|
||||||
/* ,"custom/kdeconnect" */
|
/* ,"custom/kdeconnect" */
|
||||||
@@ -4668,7 +4667,6 @@ These are config files for waybar
|
|||||||
"group/audio"
|
"group/audio"
|
||||||
,"group/tray"
|
,"group/tray"
|
||||||
,"clock"
|
,"clock"
|
||||||
,"idle_inhibitor"
|
|
||||||
,"custom/notifications"
|
,"custom/notifications"
|
||||||
],
|
],
|
||||||
|
|
||||||
@@ -4711,17 +4709,37 @@ These are config files for waybar
|
|||||||
"transition-left-to-right": true
|
"transition-left-to-right": true
|
||||||
},
|
},
|
||||||
"modules": [
|
"modules": [
|
||||||
"custom/hardware-anchor",
|
"custom/tray-anchor"
|
||||||
"tray",
|
,"tray"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
"custom/tray-anchor": {
|
"custom/tray-anchor": {
|
||||||
|
|
||||||
"format": "TTRAY",
|
"format": "TRAY",
|
||||||
"tooltip": false
|
"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 --- */
|
/* --- Group anchors default visible --- */
|
||||||
#custom-hardware-anchor,
|
#custom-hardware-anchor,
|
||||||
#custom-tray-anchor,
|
#custom-tray-anchor,
|
||||||
|
#custom-system-anchor,
|
||||||
#custom-connections-anchor {
|
#custom-connections-anchor {
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
@@ -4961,7 +4980,9 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* --- Hide anchors on hover of the group --- */
|
/* --- 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 {
|
#connections:hover #custom-connections-anchor {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
@@ -4971,6 +4992,7 @@ window#waybar {
|
|||||||
|
|
||||||
#hardware:hover,
|
#hardware:hover,
|
||||||
#tray:hover,
|
#tray:hover,
|
||||||
|
#system:hover,
|
||||||
#connections:hover {
|
#connections:hover {
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,7 +15,6 @@
|
|||||||
|
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
"group/workspaces"
|
"group/workspaces"
|
||||||
,"custom/power"
|
|
||||||
,"custom/media"
|
,"custom/media"
|
||||||
,"custom/batterywarn"
|
,"custom/batterywarn"
|
||||||
/* ,"custom/kdeconnect" */
|
/* ,"custom/kdeconnect" */
|
||||||
@@ -25,7 +24,6 @@
|
|||||||
"group/audio"
|
"group/audio"
|
||||||
,"group/tray"
|
,"group/tray"
|
||||||
,"clock"
|
,"clock"
|
||||||
,"idle_inhibitor"
|
|
||||||
,"custom/notifications"
|
,"custom/notifications"
|
||||||
],
|
],
|
||||||
|
|
||||||
@@ -68,17 +66,37 @@
|
|||||||
"transition-left-to-right": true
|
"transition-left-to-right": true
|
||||||
},
|
},
|
||||||
"modules": [
|
"modules": [
|
||||||
"custom/hardware-anchor",
|
"custom/tray-anchor"
|
||||||
"tray",
|
,"tray"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
"custom/tray-anchor": {
|
"custom/tray-anchor": {
|
||||||
|
|
||||||
"format": "TTRAY",
|
"format": "TRAY",
|
||||||
"tooltip": false
|
"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 --- */
|
/* --- Group anchors default visible --- */
|
||||||
#custom-hardware-anchor,
|
#custom-hardware-anchor,
|
||||||
#custom-tray-anchor,
|
#custom-tray-anchor,
|
||||||
|
#custom-system-anchor,
|
||||||
#custom-connections-anchor {
|
#custom-connections-anchor {
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
@@ -32,7 +33,9 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* --- Hide anchors on hover of the group --- */
|
/* --- 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 {
|
#connections:hover #custom-connections-anchor {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
@@ -42,6 +45,7 @@ window#waybar {
|
|||||||
|
|
||||||
#hardware:hover,
|
#hardware:hover,
|
||||||
#tray:hover,
|
#tray:hover,
|
||||||
|
#system:hover,
|
||||||
#connections:hover {
|
#connections:hover {
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user