Regenerated

This commit is contained in:
2026-04-07 10:55:44 +02:00
parent eff6f6685f
commit cbbf57c608
4 changed files with 338 additions and 341 deletions
+310 -311
View File
File diff suppressed because it is too large Load Diff
+14 -15
View File
@@ -2738,7 +2738,7 @@ These are config files for waybar
"hyprland/workspaces": {
"class": "workspaces",
"format": "{name}",
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
"interval": 2,
@@ -2914,7 +2914,7 @@ window#waybar {
font-weight: bold;
border-radius:30px;
background:
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(rgba(255,255,255,0.15), rgba(255,255,255,0.15)) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
}
@@ -2955,27 +2955,26 @@ window#waybar {
transition: opacity 0.2s ease, width 0.2s ease;
}
/* All workspace buttons */
workspaces button {
padding: 0px 1px;
min-width: 80px;
background-color: transparent;
color: @text;
border: 2px solid @inactive;
padding: 0px 5px;
border-radius: 10px;
border: 2px solid transparent;
background-color: @surface0;
font-weight: normal;
transition: all 0.2s ease;
min-width: 30px;
}
workspaces button:hover {
background-color: @surface1;
}
/* Active workspace is bigger and bold */
workspaces button.active {
font-weight: bold;
border: 1px solid transparent;
font-size: 16px; /* bigger font */
min-width: 50px; /* wider button */
background:
linear-gradient(rgba(255, 255, 255, 0.15),
rgba(255, 255, 255, 0.15)) padding-box,
linear-gradient(rgba(255,255,255,0.15), rgba(255,255,255,0.15)) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
}
#clock,
+1 -1
View File
@@ -79,7 +79,7 @@
"hyprland/workspaces": {
"class": "workspaces",
"format": "{name}",
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
"interval": 2,
+13 -14
View File
@@ -59,7 +59,7 @@ window#waybar {
font-weight: bold;
border-radius:30px;
background:
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(rgba(255,255,255,0.15), rgba(255,255,255,0.15)) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
}
@@ -100,27 +100,26 @@ window#waybar {
transition: opacity 0.2s ease, width 0.2s ease;
}
/* All workspace buttons */
workspaces button {
padding: 0px 1px;
min-width: 80px;
background-color: transparent;
color: @text;
border: 2px solid @inactive;
padding: 0px 5px;
border-radius: 10px;
border: 2px solid transparent;
background-color: @surface0;
font-weight: normal;
transition: all 0.2s ease;
min-width: 30px;
}
workspaces button:hover {
background-color: @surface1;
}
/* Active workspace is bigger and bold */
workspaces button.active {
font-weight: bold;
border: 1px solid transparent;
font-size: 16px; /* bigger font */
min-width: 50px; /* wider button */
background:
linear-gradient(rgba(255, 255, 255, 0.15),
rgba(255, 255, 255, 0.15)) padding-box,
linear-gradient(rgba(255,255,255,0.15), rgba(255,255,255,0.15)) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
}
#clock,