Changed waybar to a full bar on bottom with transparency
This commit is contained in:
+3
-3
@@ -10,8 +10,8 @@
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: @mantle;
|
||||
border: 4px solid @crust;
|
||||
background: alpha(@mantle, 0.7);
|
||||
border-top: 4px solid @crust;
|
||||
border-radius: 0px;
|
||||
color: @peach;
|
||||
padding: 4px;
|
||||
@@ -37,7 +37,7 @@ window#waybar.hidden {
|
||||
.modules-left,
|
||||
.modules-center,
|
||||
.modules-right {
|
||||
padding: 4px;
|
||||
padding: 4 4 2 4px;
|
||||
}
|
||||
|
||||
#clock,
|
||||
|
||||
Reference in New Issue
Block a user