Files
hypr-config/home/.config/waybar/style.css
2025-08-18 22:38:52 +02:00

78 lines
1.2 KiB
CSS

* {
font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-size: 13px;
}
window#waybar {
background-color: rgba(28, 30, 31, 1);
border-bottom: 2px solid rgba(28, 30, 31, 1);
color: rgba(224, 230, 237, 1);
transition: background-color 0.5s;
}
window#waybar.hidden {
opacity: 0.2;
}
#clock,
#battery,
#cpu,
#network,
#pulseaudio,
#tray{
padding: 0 10px;
color: rgba(224, 230, 237, 1);
}
#window {
margin: 0 4px;
}
.modules-left > widget:first-child > #workspaces {
margin-left: 0;
}
.modules-right > widget:last-child > #workspaces {
margin-right: 0;
}
#clock {
background-color: rgba(28, 30, 31, 1);
}
#custom-power {
background-color: rgba(224, 64, 64, 1);
}
#battery {
background-color: rgba(28, 30, 31, 1);
}
#cpu {
background-color: rgba(28, 30, 31, 1);
}
#network {
background-color: rgba(28, 30, 31, 1);
}
#network.disconnected {
background-color: rgba(224, 64, 64, 1);
}
#pulseaudio {
background-color: rgba(28, 30, 31, 1);
}
#pulseaudio.muted {
background-color: rgba(28, 30, 31, 1);
color: rgba(174, 179, 173, 1);
}
#tray {
background-color: rgba(28, 30, 31, 1);
}
#tray > .needs-attention {
background-color: rgba(224, 64, 64, 1);
}