Regenerated

This commit is contained in:
2026-04-08 20:10:35 +02:00
parent 81f4a8f2cc
commit 5aa1dfcd35
4 changed files with 473 additions and 311 deletions
+355 -301
View File
File diff suppressed because it is too large Load Diff
+59 -5
View File
@@ -2748,11 +2748,10 @@ These are config files for waybar
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
"interval": 2,
"return-type": "json",
"on-click-right": "~/.config/waybar/scripts/hypr-workspacesmenu.sh",
"on-click": "~/.config/waybar/scripts/hypr-workspacesmenu.sh",
"tooltip": true
},
"custom/bluetooth": {
"exec": "~/.config/waybar/scripts/bluetooth-status.sh",
"interval": 5,
@@ -2914,6 +2913,26 @@ window#waybar {
color: @text;
}
.modules-left > widget {
min-width: 80px;
color: @text;
font-weight: bold;
border-radius:30px;
background:
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
}
.modules-left > box + box {
margin-left: 10px;
}
.modules-left > label {
padding: 0px 10px;
transition: padding 0.2s ease;
}
.modules-center > widget {
min-width: 80px;
color: @text;
@@ -2929,12 +2948,27 @@ window#waybar {
margin-left: 10px;
}
.modules-center > widget:not(#custom-spacer) label {
padding: 0 10px;
.modules-center > label {
padding: 0px 10px;
transition: padding 0.2s ease;
}
.modules-center > label {
.modules-right > widget {
min-width: 80px;
color: @text;
font-weight: bold;
border-radius:30px;
background:
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
}
.modules-right > box + box {
margin-left: 10px;
}
.modules-right > label {
padding: 0px 10px;
transition: padding 0.2s ease;
}
@@ -3000,6 +3034,26 @@ window#waybar {
min-width: 30px;
}
/* --------------------------------------------------------- */
/* Styled Modules */
/* --------------------------------------------------------- */
#pulseaudio-slider.widget {
min-width: 100px; /* make it 100px wide */
max-width: 100px; /* fix width */
height: 20px; /* adjust slider height */
border-radius: 30px;
background:
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
color: @text;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
}
/* --------------------------------------------------------- */
/* Unstyled Modules */
/* --------------------------------------------------------- */
+1 -2
View File
@@ -84,11 +84,10 @@
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
"interval": 2,
"return-type": "json",
"on-click-right": "~/.config/waybar/scripts/hypr-workspacesmenu.sh",
"on-click": "~/.config/waybar/scripts/hypr-workspacesmenu.sh",
"tooltip": true
},
"custom/bluetooth": {
"exec": "~/.config/waybar/scripts/bluetooth-status.sh",
"interval": 5,
+58 -3
View File
@@ -53,6 +53,26 @@ window#waybar {
color: @text;
}
.modules-left > widget {
min-width: 80px;
color: @text;
font-weight: bold;
border-radius:30px;
background:
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
}
.modules-left > box + box {
margin-left: 10px;
}
.modules-left > label {
padding: 0px 10px;
transition: padding 0.2s ease;
}
.modules-center > widget {
min-width: 80px;
color: @text;
@@ -68,12 +88,27 @@ window#waybar {
margin-left: 10px;
}
.modules-center > widget:not(#custom-spacer) label {
padding: 0 10px;
.modules-center > label {
padding: 0px 10px;
transition: padding 0.2s ease;
}
.modules-center > label {
.modules-right > widget {
min-width: 80px;
color: @text;
font-weight: bold;
border-radius:30px;
background:
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
}
.modules-right > box + box {
margin-left: 10px;
}
.modules-right > label {
padding: 0px 10px;
transition: padding 0.2s ease;
}
@@ -139,6 +174,26 @@ window#waybar {
min-width: 30px;
}
/* --------------------------------------------------------- */
/* Styled Modules */
/* --------------------------------------------------------- */
#pulseaudio-slider.widget {
min-width: 100px; /* make it 100px wide */
max-width: 100px; /* fix width */
height: 20px; /* adjust slider height */
border-radius: 30px;
background:
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
color: @text;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
}
/* --------------------------------------------------------- */
/* Unstyled Modules */
/* --------------------------------------------------------- */