Changed waybar to a full bar on bottom with transparency

This commit is contained in:
Trianta
2024-03-18 20:09:05 -05:00
parent cfa2f67baf
commit bcc7b1eab0
2 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -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,