Regenerated

This commit is contained in:
2026-04-23 23:10:20 +02:00
parent fc4ea6047d
commit 82b041c872
4 changed files with 410 additions and 440 deletions
+390 -400
View File
File diff suppressed because it is too large Load Diff
+10 -20
View File
@@ -4684,13 +4684,9 @@ These are config files for waybar
"modules-right": [
"group/audio"
,"custom/spacer"
,"group/tray"
,"custom/spacer"
,"clock"
,"custom/spacer"
,"group/system"
,"custom/spacer"
,"custom/notifications"
],
@@ -4799,11 +4795,6 @@ These are config files for waybar
/*******************************************************************/
"custom/spacer": {
"format": " ",
"tooltip": false
},
"hyprland/workspaces": {
"align": 1,
"format": "{name}",
@@ -5026,17 +5017,16 @@ window#waybar {
}
/* MODULES */
.modules-left > widget,
.modules-center > widget,
.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;
.module {
padding: 0 10px;
margin: 0 4px;
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 > widget label,
@@ -22,13 +22,9 @@
"modules-right": [
"group/audio"
,"custom/spacer"
,"group/tray"
,"custom/spacer"
,"clock"
,"custom/spacer"
,"group/system"
,"custom/spacer"
,"custom/notifications"
],
@@ -137,11 +133,6 @@
/*******************************************************************/
"custom/spacer": {
"format": " ",
"tooltip": false
},
"hyprland/workspaces": {
"align": 1,
"format": "{name}",
@@ -51,17 +51,16 @@ window#waybar {
}
/* MODULES */
.modules-left > widget,
.modules-center > widget,
.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;
.module {
padding: 0 10px;
margin: 0 4px;
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 > widget label,