dotfiles/waybar-river/.config/waybar/style.css

65 lines
708 B
CSS
Raw Normal View History

2024-08-12 17:39:56 -07:00
@import "mocha.css";
* {
font-size: 20px;
font-family: Iosevka Nerd Font;
border-radius: 0;
}
window#waybar {
background: rgba(30, 30, 40, 1);
color: @text;
}
#clock,
#pulseaudio,
#battery,
#tray {
background: transparent;
}
#language {
color: @yellow;
}
2025-02-06 20:51:55 -08:00
#tags button {
padding: 0 8px;
2024-08-12 17:39:56 -07:00
color: @text;
}
2025-02-06 20:51:55 -08:00
#tags button.focused {
2024-08-12 17:39:56 -07:00
color: @base;
background: @pink;
}
2025-02-06 20:51:55 -08:00
#tags button.occupied {
color: @text;
background: @surface1;
2024-08-12 17:39:56 -07:00
}
2025-02-06 20:51:55 -08:00
#tags button.occupied.focused {
2024-08-12 17:39:56 -07:00
color: @base;
2025-02-06 20:51:55 -08:00
background: @pink;
2024-08-12 17:39:56 -07:00
}
#pulseaudio {
color: @red;
}
#network {
color: @green;
}
#battery {
color: @blue;
}
#clock,
#pulseaudio,
#memory,
#cpu,
#battery,
#disk {
padding: 0 10px;
}