Regenerated
This commit is contained in:
+59
-5
@@ -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 */
|
||||
/* --------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user