Regenerated
This commit is contained in:
+390
-400
File diff suppressed because it is too large
Load Diff
+10
-20
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user