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