💥 fix(waybar): persistent spacing on window module
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"spacing": 4,
|
"spacing": 0,
|
||||||
"margin": 5,
|
"margin": 5,
|
||||||
"reload_style_on_change": true,
|
"reload_style_on_change": true,
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
|
|||||||
+2
-4
@@ -31,15 +31,12 @@ window > * > * {
|
|||||||
.module {
|
.module {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
margin: 0 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
widget > *:hover:not(#workspaces):not(#tray):not(#custom-media) {
|
widget > *:hover:not(#workspaces):not(#tray):not(#custom-media) {
|
||||||
background: @color1;
|
background: @color1;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover {
|
|
||||||
background: @color1;
|
|
||||||
}
|
|
||||||
/***/
|
/***/
|
||||||
|
|
||||||
/* Workspaces */
|
/* Workspaces */
|
||||||
@@ -94,6 +91,7 @@ widget #custom-notifications {
|
|||||||
|
|
||||||
window#waybar.empty #window {
|
window#waybar.empty #window {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
widget #battery.charging,
|
widget #battery.charging,
|
||||||
|
|||||||
Reference in New Issue
Block a user