Regenerated

This commit is contained in:
2026-04-07 10:09:29 +02:00
parent bf2eb857bd
commit 97dfdba9c7
4 changed files with 302 additions and 338 deletions
+298 -310
View File
File diff suppressed because it is too large Load Diff
+2 -14
View File
@@ -2666,17 +2666,14 @@ These are config files for waybar
"passthrough": false, "passthrough": false,
"gtk-layer-shell": true, "gtk-layer-shell": true,
/*******************************************************************/ /*******************************************************************/
"modules-left": [], "modules-left": [],
"modules-center": [ "modules-center": [
"custom/spacer",
"group/connections", "group/connections",
"custom/spacer",
"hyprland/workspaces", "hyprland/workspaces",
"custom/spacer",
"group/hardware", "group/hardware",
"custom/spacer"
], ],
"modules-right": [ "modules-right": [
@@ -2913,6 +2910,7 @@ window#waybar {
.modules-center > widget { .modules-center > widget {
min-width: 80px; min-width: 80px;
margin: 0px 50px;
color: @text; color: @text;
font-weight: bold; font-weight: bold;
border: 2px solid transparent; border: 2px solid transparent;
@@ -2936,16 +2934,6 @@ window#waybar {
padding: 0px 10px; padding: 0px 10px;
} }
#custom-spacer {
min-width: 200px; /* keeps the space */
padding: 0 !important;
margin: 0 !important;
background: none !important;
border: none !important;
color: transparent !important; /* invisible text */
font-weight: normal !important;
}
/* --- Group specifics --- */ /* --- Group specifics --- */
#hardware:hover #custom-hardware-anchor { #hardware:hover #custom-hardware-anchor {
+1 -4
View File
@@ -7,17 +7,14 @@
"passthrough": false, "passthrough": false,
"gtk-layer-shell": true, "gtk-layer-shell": true,
/*******************************************************************/ /*******************************************************************/
"modules-left": [], "modules-left": [],
"modules-center": [ "modules-center": [
"custom/spacer",
"group/connections", "group/connections",
"custom/spacer",
"hyprland/workspaces", "hyprland/workspaces",
"custom/spacer",
"group/hardware", "group/hardware",
"custom/spacer"
], ],
"modules-right": [ "modules-right": [
+1 -10
View File
@@ -54,6 +54,7 @@ window#waybar {
.modules-center > widget { .modules-center > widget {
min-width: 80px; min-width: 80px;
margin: 0px 50px;
color: @text; color: @text;
font-weight: bold; font-weight: bold;
border: 2px solid transparent; border: 2px solid transparent;
@@ -77,16 +78,6 @@ window#waybar {
padding: 0px 10px; padding: 0px 10px;
} }
#custom-spacer {
min-width: 200px; /* keeps the space */
padding: 0 !important;
margin: 0 !important;
background: none !important;
border: none !important;
color: transparent !important; /* invisible text */
font-weight: normal !important;
}
/* --- Group specifics --- */ /* --- Group specifics --- */
#hardware:hover #custom-hardware-anchor { #hardware:hover #custom-hardware-anchor {