Waybar now remembers when it must hide or show after reboot, set-wallpaper and batteryctl patches, changed waybar style once again, plus various minor tweaks

This commit is contained in:
Gu://em_ 2025-01-20 12:53:06 +01:00
parent 806d59b71d
commit 3a293cf0f3
15 changed files with 107 additions and 32 deletions

View file

@ -1,4 +1,4 @@
@define-color foreground #c5c5c5;
@define-color background #191919;
@define-color background #242424;
@define-color accentColor #b6c8d3;

View file

@ -18,7 +18,7 @@ window#waybar {
transition-property: background-color;
transition-duration: 0.5s;
border-radius: 4px;
border: 2px solid alpha(@active, 0.4);
border: 1px solid alpha(@active, 0.7);
background: @background;
background: alpha(@background, 0.8);
color: lighter(@active);