dotfiles-mirror/config/waybar/style.css
coast 3c3f332f83 remove some things from the Nvim config, change up the waybar config,
switch to Niri WM and update my Niri config, change up some stuff in
    nixos configuration
2025-11-02 13:53:18 +03:30

98 lines
1.6 KiB
CSS

@define-color border #0b0b22;
@define-color background #1e1e2e;
@define-color surface0 #302d41;
@define-color overlay0 #393552;
@define-color text #cdd6f4;
@define-color text_dim #a6adc8;
@define-color blue #89b4fa;
@define-color green #a6e3a1;
@define-color yellow #f9e2af;
@define-color peach #fab387;
@define-color maroon #eba0ac;
@define-color lavender #b4befe;
@define-color pink #f5c2e7;
@define-color teal #94e2d5;
@define-color grey #454545;
* {
border: none;
font-family: "JetBrainsMono Nerd Font";
font-size: 15px;
min-height: 10px;
}
window#waybar {
background: @background;
border-bottom: 2px solid @surface0;
}
#disk,
#pulseaudio,
#window,
#clock,
#network,
#battery,
#privacy,
#memory,
#cpu,
#workspaces,
#tray,
#bluetooth,
#tray menu {
padding: 5px 10px;
margin: 8px 0 8px 10px;
background: @surface0;
color: @text;
transition: 0.3s;
border: 1.5px solid @border;
border-radius: 8px;
}
#window {
transition: none;
}
window#waybar.empty #window {
background: transparent;
box-shadow: none;
border: none;
}
#network {
margin: 8px 12px 8px 12px;
color: @lavender;
}
#pulseaudio,
#clock {
color: @lavender;
}
#workspaces {
margin-left: 12px;
color: @lavender;
}
#workspaces button {
margin: 0;
padding: 1px 3px;
color: @lavender;
transition: none;
}
#workspaces button.empty {
color: @lavender;
}
#workspaces button.active {
color: @peach;
}
#workspaces button.urgent {
color: @maroon;
}
#workspaces button:hover {
background: @overlay0;
color: @text;
}