Archived
1
0
Fork 0
This repository has been archived on 2024-06-19. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/waybar/style.css
Christoph Heiss e42cab2b45
waybar: Fix style for multiple monitors
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2022-12-27 00:18:18 +01:00

62 lines
1.2 KiB
CSS

* {
border: none;
border-radius: 0;
font-family: "Source Code Pro", "Font Awesome 6 Free Solid";
font-size: 15px;
box-shadow: none;
text-shadow: none;
transition-duration: 0s;
}
window {
color: rgba(217, 216, 216, 1);
background: rgba(35, 31, 32, 0.8);
}
#workspaces {
margin: 0 5px;
}
#workspaces button {
padding: 0 5px;
color: rgba(217, 216, 216, 0.4);
}
#workspaces button.visible {
color: rgba(217, 216, 216, 1);
border-top: 1px solid rgba(0, 0, 0, 0);
border-bottom: 1px solid rgba(0, 0, 0, 0);
}
#workspaces button.focused {
border-top: 2px solid rgba(217, 216, 216, 1);
border-bottom: unset;
}
#workspaces button:hover {
background: rgba(167, 171, 176, 0.6);
color: rgba(255, 255, 255, 1);
}
#workspaces button.urgent {
color: rgba(238, 46, 36, 1);
}
#mode, #battery, #cpu, #memory, #network, #pulseaudio, #idle_inhibitor, #backlight, #custom-spotify {
margin: 0px 6px 0px 10px;
min-width: 25px;
}
#clock {
margin: 0px 16px 0px 10px;
min-width: 140px;
}
#battery.warning {
color: rgba(255, 210, 4, 1);
}
#battery.critical {
color: rgba(238, 46, 36, 1);
}