stow_dotfiles/hyprland/.config/waybar/style.css
Matthieu Fortin (CPC/CCP) 68d112a8a4 waybar config
2024-09-19 16:05:50 -04:00

67 lines
966 B
CSS

* {
font-family: FontAwesome, NotoSans, Helvetica, Arial, sans-serif;
font-size: 1rem;
}
window#waybar {
background-color: rgba(43,48,59,0.5);
color: #ffffff;
transition-property: background-color;
transition-duration: .5s;
}
window#waybar.hidden {
opacity: 0.2;
}
#wireplumber,
#clock,
#battery {
padding: 0 0.625rem;
color: #ffffff;
}
#window,
#workspaces {
margin: 0 0.25rem;
}
.modules-left > widget:first-child > #workspaces {
margin-left: 0;
}
.modules-right > widget:last-child > #workspaces {
margin-right: 0;
}
#wireplumber,
#battery {
background-color: #ffffff;
color: #000000;
}
#battery.plugged {
color: #ffffff;
background-color: #26A65B;
}
#battery.discharging {
background-color: #ff1111;
}
#battery.charging {
background-color: #00ff00;
}
#clock {
background-color: #ffffff;
color: #000000;
}
#idle_inhibitor.activated {
font-size: 1.5rem;
}
#idle_inhibitor.deactivated {
font-size: 1.5rem;
}