1
0
Fork 0
dotfiles2000/dotfiles/hypr-session/dot-config/waybar/style.css
2024-11-02 21:08:55 +01:00

76 lines
1.1 KiB
CSS

* {
border: none;
border-radius: 0;
font-family: Hack Nerd Font Propo;
font-size: 14px;
min-height: 0;
}
window#waybar {
background: transparent;
color: white;
}
#workspaces {
background-color: #24283b;
margin-right: 20px;
}
#workspaces button {
color: #c0caf5;
}
#workspaces button.focused {
color: #24283b;
background-color: #7aa2f7;
}
#workspaces button.active {
color: #24283b;
background-color: #7aa2f7;
}
#workspaces button:hover {
background-color: #7dcfff;
color: #24283b;
}
#privacy-item {
color: #FF966C;
padding: 0px 5px 0px 5px;
}
#privacy-item.audio-out {
color: #82AAFF;
padding: 0px 5px 0px 5px;
}
#idle_inhibitor, #clock, #battery, #pulseaudio, #network, #cpu, #memory, #temperature, #tray {
background-color: #24283b;
padding: 0px 5px 0px 5px;
}
#clock {
color: #b48ead;
margin-right: 10px;
}
#battery {
color: #9ece6a;
}
#battery.charging {
color: #9ece6a;
}
#battery.warning:not(.charging) {
background-color: #f7768e;
color: #24283b;
}
#network {
color: #f7768e;
}
#pulseaudio {
color: #e0af68;
}