waybar: remove side gaps and update color style

This commit is contained in:
Trianta 2024-04-17 04:36:54 -05:00
parent 356749e6be
commit f1a774bf55

View File

@ -12,7 +12,6 @@
window#waybar {
background: alpha(@mantle, 0.7);
border-radius: 0px;
color: @peach;
}
window#waybar.hidden {
@ -20,12 +19,12 @@ window#waybar.hidden {
}
#workspaces button {
color: @base;
color: @peach;
transition: all 0.1s ease;
}
#workspaces button.active {
background-color: alpha(@base, 0.4);
background-color: alpha(@peach, 0.2);
border-radius: 2px;
transition: all 0.1s ease;
}
@ -33,15 +32,16 @@ window#waybar.hidden {
.modules-left,
.modules-center,
.modules-right {
padding-top: 2px;
padding-bottom: 6px;
}
.modules-left {
padding-left: 440px;
padding-left: 0px;
}
.modules-right {
padding-right: 440px;
padding-right: 0px;
}
#clock,
@ -56,12 +56,13 @@ window#waybar.hidden {
#custom-gpu,
#custom-poweroff,
#custom-weather {
background-color: @peach;
border-radius: 6px;
background-color: @base;
border-radius: 10px;
border: 1px solid @overlay0;
margin-left: 6px;
margin-right: 6px;
color: @base;
min-width: 70px;
color: @peach;
min-width: 90px;
}