1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

waybar: fixing styles

This commit is contained in:
Henrik Hautakoski 2024-07-29 23:19:39 +02:00
parent 6bb41f1c88
commit 9ea9115f61

View file

@ -5,11 +5,12 @@
window#waybar {
background-color: #0e1019;
border-top: 1px solid #191B2B;
border-top: 1px solid #191b2b;
color: #eceef4;
transition-property: background-color;
transition-duration: 0.3s;
padding: 0 24px;
opacity: 0.95;
}
button {
@ -20,21 +21,24 @@ button {
button:hover {
border: none;
box-shadow: none; /* Remove predefined box-shadow */
text-shadow: none; /* Remove predefined text-shadow */
background: none; /* Remove predefined background color (white) */
transition: none; /* Disable predefined animations */
}
#workspaces button {
padding: 0 5px;
background-color: transparent;
color: #eceef4;
padding: 0 5px;
}
#workspaces button:hover {
border: none;
background: #0c0d14;
}
#workspaces button.active {
color: #89b4fa;
background: #191b2b;
}
#clock,
@ -55,5 +59,5 @@ button:hover {
#power-profiles-daemon,
#mpd {
padding: 0 10px;
color: #ffffff;
color: #eceef4;
}