Regenerated
This commit is contained in:
+390
-381
File diff suppressed because it is too large
Load Diff
+10
-1
@@ -4804,7 +4804,6 @@ These are config files for waybar
|
|||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"align": 1,
|
"align": 1,
|
||||||
"format": "{name}",
|
"format": "{name}",
|
||||||
@@ -4994,6 +4993,16 @@ window#waybar {
|
|||||||
color: @text;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#custom-spacer {
|
||||||
|
min-width: 0;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
border: none;
|
||||||
|
background: transparent;
|
||||||
|
color: transparent;
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* --------------------------------------------------------- */
|
/* --------------------------------------------------------- */
|
||||||
|
|
||||||
/* --- Group anchors default visible --- */
|
/* --- Group anchors default visible --- */
|
||||||
|
|||||||
@@ -142,7 +142,6 @@
|
|||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"align": 1,
|
"align": 1,
|
||||||
"format": "{name}",
|
"format": "{name}",
|
||||||
|
|||||||
@@ -18,6 +18,16 @@ window#waybar {
|
|||||||
color: @text;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#custom-spacer {
|
||||||
|
min-width: 0;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
border: none;
|
||||||
|
background: transparent;
|
||||||
|
color: transparent;
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* --------------------------------------------------------- */
|
/* --------------------------------------------------------- */
|
||||||
|
|
||||||
/* --- Group anchors default visible --- */
|
/* --- Group anchors default visible --- */
|
||||||
|
|||||||
Reference in New Issue
Block a user