Regenerated

This commit is contained in:
2026-04-06 13:18:07 +02:00
parent 6e0ec782f2
commit fb14a689ca
4 changed files with 323 additions and 410 deletions
+305 -334
View File
File diff suppressed because it is too large Load Diff
+9 -38
View File
@@ -2693,7 +2693,7 @@ These are config files for waybar
/*******************************************************************/ /*******************************************************************/
"group/hardware": { "group/hardware": {
"class": "pill",
"orientation": "horizontal", "orientation": "horizontal",
"drawer": { "drawer": {
"transition-duration": 500, "transition-duration": 500,
@@ -2709,7 +2709,7 @@ These are config files for waybar
}, },
"custom/hardware-anchor": { "custom/hardware-anchor": {
"class": "pill",
"format": "HW", "format": "HW",
"tooltip": false "tooltip": false
}, },
@@ -2718,7 +2718,7 @@ These are config files for waybar
/*************************/ /*************************/
"group/connections": { "group/connections": {
"class": "pill",
"orientation": "horizontal", "orientation": "horizontal",
"drawer": { "drawer": {
"transition-duration": 500, "transition-duration": 500,
@@ -2732,7 +2732,7 @@ These are config files for waybar
}, },
"custom/connections-anchor": { "custom/connections-anchor": {
"class": "pill",
"format": "CO", "format": "CO",
"tooltip": false "tooltip": false
}, },
@@ -2741,7 +2741,7 @@ These are config files for waybar
"hyprland/workspaces": { "hyprland/workspaces": {
"class": "pill",
"format": "{name}", "format": "{name}",
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh", "exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
"interval": 2, "interval": 2,
@@ -2923,36 +2923,6 @@ window#waybar {
border: transparent; border: transparent;
} }
/* --- Pill --- */
.pill {
padding: 0px 1px;
min-width: 80px;
color: @text;
border-radius: 10px;
font-weight: bold;
border: 2px solid @teal;
background:
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
}
/* center expanded content */
.pill revealer > box {
padding-left: 10px;
padding-right: 10px;
}
/* center collapsed (first visible module) */
.pill > widget {
padding-left: 10px;
padding-right: 10px;
}
/* spacing between items */
.pill revealer > box > widget {
margin: 0 5px;
}
/* --- Groups --- */ /* --- Groups --- */
#hardware { #hardware {
padding: 0px 1px; padding: 0px 1px;
@@ -2965,9 +2935,10 @@ window#waybar {
background: background:
linear-gradient(@base, @base) padding-box, linear-gradient(@base, @base) padding-box,
linear-gradient(45deg, @blue, @green) border-box; linear-gradient(45deg, @blue, @green) border-box;
/* display: flex; */ }
/* justify-content: center; */ /* horizontal centering */
align-items: center; /* vertical centering */ #hardware label {
text-align: center;
} }
#connections { #connections {
+5 -5
View File
@@ -34,7 +34,7 @@
/*******************************************************************/ /*******************************************************************/
"group/hardware": { "group/hardware": {
"class": "pill",
"orientation": "horizontal", "orientation": "horizontal",
"drawer": { "drawer": {
"transition-duration": 500, "transition-duration": 500,
@@ -50,7 +50,7 @@
}, },
"custom/hardware-anchor": { "custom/hardware-anchor": {
"class": "pill",
"format": "HW", "format": "HW",
"tooltip": false "tooltip": false
}, },
@@ -59,7 +59,7 @@
/*************************/ /*************************/
"group/connections": { "group/connections": {
"class": "pill",
"orientation": "horizontal", "orientation": "horizontal",
"drawer": { "drawer": {
"transition-duration": 500, "transition-duration": 500,
@@ -73,7 +73,7 @@
}, },
"custom/connections-anchor": { "custom/connections-anchor": {
"class": "pill",
"format": "CO", "format": "CO",
"tooltip": false "tooltip": false
}, },
@@ -82,7 +82,7 @@
"hyprland/workspaces": { "hyprland/workspaces": {
"class": "pill",
"format": "{name}", "format": "{name}",
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh", "exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
"interval": 2, "interval": 2,
+4 -33
View File
@@ -64,36 +64,6 @@ window#waybar {
border: transparent; border: transparent;
} }
/* --- Pill --- */
.pill {
padding: 0px 1px;
min-width: 80px;
color: @text;
border-radius: 10px;
font-weight: bold;
border: 2px solid @teal;
background:
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
}
/* center expanded content */
.pill revealer > box {
padding-left: 10px;
padding-right: 10px;
}
/* center collapsed (first visible module) */
.pill > widget {
padding-left: 10px;
padding-right: 10px;
}
/* spacing between items */
.pill revealer > box > widget {
margin: 0 5px;
}
/* --- Groups --- */ /* --- Groups --- */
#hardware { #hardware {
padding: 0px 1px; padding: 0px 1px;
@@ -106,9 +76,10 @@ window#waybar {
background: background:
linear-gradient(@base, @base) padding-box, linear-gradient(@base, @base) padding-box,
linear-gradient(45deg, @blue, @green) border-box; linear-gradient(45deg, @blue, @green) border-box;
/* display: flex; */ }
/* justify-content: center; */ /* horizontal centering */
align-items: center; /* vertical centering */ #hardware label {
text-align: center;
} }
#connections { #connections {