change waybar config

This commit is contained in:
Frost-Phoenix 2023-11-12 23:09:16 +01:00
parent 6c4ba8fcba
commit 3a2b6f3dd6

View file

@ -39,23 +39,23 @@
border-radius: 15px;
color: #${custom.background};
background: #89b4fa;
transition: all 0.3s ease-in-out;
transition: all 0.2s ease-in-out;
}
#workspaces button.active {
background-color: #b4befe;
background-color: #cba6f7;
color: #${custom.background};
border-radius: 15px;
min-width: 20px;
min-width: 35px;
background-size: 200% 200%;
transition: all 0.3s ease-in-out;
transition: all 0.2s ease-in-out;
}
#workspaces button:hover {
background-color: #${custom.tertiary_accent};
color: #${custom.background};
border-radius: 15px;
min-width: 20px;
min-width: 35px;
background-size: 200% 200%;
}