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": [
|
"modules-right": [
|
||||||
"group/audio"
|
"group/audio"
|
||||||
,"custom/spacer"
|
|
||||||
,"group/tray"
|
,"group/tray"
|
||||||
,"custom/spacer"
|
|
||||||
,"clock"
|
,"clock"
|
||||||
,"custom/spacer"
|
|
||||||
,"group/system"
|
,"group/system"
|
||||||
,"custom/spacer"
|
|
||||||
,"custom/notifications"
|
,"custom/notifications"
|
||||||
],
|
],
|
||||||
|
|
||||||
@@ -4799,11 +4795,6 @@ These are config files for waybar
|
|||||||
|
|
||||||
/*******************************************************************/
|
/*******************************************************************/
|
||||||
|
|
||||||
"custom/spacer": {
|
|
||||||
"format": " ",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
|
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"align": 1,
|
"align": 1,
|
||||||
"format": "{name}",
|
"format": "{name}",
|
||||||
@@ -5026,17 +5017,16 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* MODULES */
|
/* MODULES */
|
||||||
.modules-left > widget,
|
.module {
|
||||||
.modules-center > widget,
|
padding: 0 10px;
|
||||||
.modules-right > widget {
|
margin: 0 4px;
|
||||||
min-width: 80px;
|
color: @text;
|
||||||
color: @text;
|
font-weight: bold;
|
||||||
font-weight: bold;
|
border-radius: 30px;
|
||||||
border-radius: 30px;
|
background:
|
||||||
background:
|
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
||||||
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
border: 2px solid transparent;
|
||||||
border: 2px solid transparent;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-left > widget label,
|
.modules-left > widget label,
|
||||||
|
|||||||
@@ -22,13 +22,9 @@
|
|||||||
|
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"group/audio"
|
"group/audio"
|
||||||
,"custom/spacer"
|
|
||||||
,"group/tray"
|
,"group/tray"
|
||||||
,"custom/spacer"
|
|
||||||
,"clock"
|
,"clock"
|
||||||
,"custom/spacer"
|
|
||||||
,"group/system"
|
,"group/system"
|
||||||
,"custom/spacer"
|
|
||||||
,"custom/notifications"
|
,"custom/notifications"
|
||||||
],
|
],
|
||||||
|
|
||||||
@@ -137,11 +133,6 @@
|
|||||||
|
|
||||||
/*******************************************************************/
|
/*******************************************************************/
|
||||||
|
|
||||||
"custom/spacer": {
|
|
||||||
"format": " ",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
|
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"align": 1,
|
"align": 1,
|
||||||
"format": "{name}",
|
"format": "{name}",
|
||||||
|
|||||||
@@ -51,17 +51,16 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* MODULES */
|
/* MODULES */
|
||||||
.modules-left > widget,
|
.module {
|
||||||
.modules-center > widget,
|
padding: 0 10px;
|
||||||
.modules-right > widget {
|
margin: 0 4px;
|
||||||
min-width: 80px;
|
color: @text;
|
||||||
color: @text;
|
font-weight: bold;
|
||||||
font-weight: bold;
|
border-radius: 30px;
|
||||||
border-radius: 30px;
|
background:
|
||||||
background:
|
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
||||||
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
border: 2px solid transparent;
|
||||||
border: 2px solid transparent;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-left > widget label,
|
.modules-left > widget label,
|
||||||
|
|||||||
Reference in New Issue
Block a user