mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 11:21:42 +01:00
waybar: Update styles
Changes include: - Support for Hyprland and river. - Noto Sans by default. - Taskbar styles.
This commit is contained in:
parent
226b79ae75
commit
1b55e870c5
@ -1,29 +1,41 @@
|
||||
@import url("../../.cache/wal/colors-waybar.css");
|
||||
|
||||
* {
|
||||
font-family: "Fira Mono, Noto Sans CJK JP, Font Awesome 6 Free Solid, Font Awesome 6 Free Brands";
|
||||
font-family: "Noto Sans CJK JP, Font Awesome 6 Free Solid, Font Awesome 6 Free Brands";
|
||||
font-weight: bold;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: rgba(43, 48, 59, 0.9);
|
||||
background: rgba(0, 0, 0, 0.9);
|
||||
background: @background;
|
||||
border-bottom: 1px solid rgba(100, 114, 125, 0.3);
|
||||
color: @foreground;
|
||||
font-weight: 500;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
#workspaces button, #tags button {
|
||||
padding: 0 20px;
|
||||
background: transparent;
|
||||
color: white;
|
||||
color: #AAA;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
#workspaces button.active, #tags button.focused {
|
||||
padding: 0 20px;
|
||||
background: #64727D;
|
||||
background: @color8;
|
||||
}
|
||||
|
||||
#taskbar button {
|
||||
padding: 0 20px;
|
||||
border-right: 1px solid @color4;
|
||||
}
|
||||
|
||||
#taskbar button.active {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
#mode, #pulseaudio, #network, #backlight, #memory, #clock, #battery {
|
||||
padding: 0 5px;
|
||||
margin: 0 5px;
|
||||
|
Loading…
Reference in New Issue
Block a user