Files
dotfiles/.config/waybar/style.css

111 lines
1.6 KiB
CSS

@define-color nord0 #2e3440;
@define-color nord1 #3b4252;
@define-color nord2 #434c5e;
@define-color nord3 #4c566a;
@define-color nord4 #d8dee9;
@define-color nord5 #e5e9f0;
@define-color nord6 #eceff4;
@define-color nord7 #8fbcbb;
@define-color nord8 #88c0d0;
@define-color nord9 #81a1c1;
@define-color nord10 #5e81ac;
@define-color nord11 #bf616a;
@define-color nord12 #d08770;
@define-color nord13 #ebcb8b;
@define-color nord14 #a3be8c;
@define-color nord15 #b48ead;
* {
min-width: 0;
min-height: 0;
font-size: 13px;
font-family: FiraCode Nerd Font Propo;
}
window#waybar {
background: @nord1;
color: @nord4;
}
#custom-right-arrow-dark,
#custom-left-arrow-dark {
font-family: monospace;
font-size: 16px;
color: @nord0;
}
#custom-right-arrow-light,
#custom-left-arrow-light {
font-family: monospace;
font-size: 16px;
color: @nord1;
background: @nord0;
}
#custom-notifications,
#workspaces,
#clock.1,
#clock.2,
#clock.3,
#wireplumber,
#memory,
#cpu,
#battery,
#power-profiles-daemon,
#disk,
#tray {
background: @nord0;
}
#workspaces button {
padding: 0 4px;
color: @nord4;
}
#workspaces button.focused {
color: @nord8;
}
#workspaces button:hover {
box-shadow: inherit;
text-shadow: inherit;
background: @nord4;
color: @nord1;
border: @nord0;
}
#wireplumber {
color: @nord10;
}
#memory {
color: @nord14;
}
#cpu {
color: @nord15;
}
#battery, #power-profiles-daemon {
color: @nord13;
}
#disk {
color: @nord12;
}
#custom-notifications {
padding: 0 6px;
}
#tray,
#clock,
#wireplumber,
#memory,
#cpu,
#battery,
#disk {
padding: 0 10px;
}
#power-profiles-daemon {
padding-right: 10px;
}