change waybar config

This commit is contained in:
Frost-Phoenix 2023-11-12 23:15:40 +01:00
parent 3a2b6f3dd6
commit 5579bc4809

View file

@ -38,12 +38,12 @@
margin: 0px 3px; margin: 0px 3px;
border-radius: 15px; border-radius: 15px;
color: #${custom.background}; color: #${custom.background};
background: #89b4fa; background: #${custom.secondary_accent};
transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
} }
#workspaces button.active { #workspaces button.active {
background-color: #cba6f7; background-color: #${custom.primary_accent};
color: #${custom.background}; color: #${custom.background};
border-radius: 15px; border-radius: 15px;
min-width: 35px; min-width: 35px;
@ -100,7 +100,7 @@
background: #${custom.palette.tertiary_background_hex}; background: #${custom.palette.tertiary_background_hex};
border-radius: 0px 0px 40px 0px; border-radius: 0px 0px 40px 0px;
margin: 0px; margin: 0px;
padding: 0px 20px 0px 15px; padding: 0px 25px 0px 10px;
font-size: 28px; font-size: 28px;
} }