2025-11-03 10:11:37 +03:30
|
|
|
@define-color border #3c3836;
|
|
|
|
|
@define-color background #282828;
|
|
|
|
|
@define-color surface0 #3c3836;
|
|
|
|
|
@define-color overlay0 #504945;
|
|
|
|
|
@define-color text #ebdbb2;
|
|
|
|
|
@define-color text_dim #a89984;
|
|
|
|
|
@define-color blue #458588;
|
|
|
|
|
@define-color green #b8bb26;
|
|
|
|
|
@define-color yellow #d79921;
|
|
|
|
|
@define-color peach #fe8019;
|
|
|
|
|
@define-color maroon #fb4934;
|
|
|
|
|
@define-color lavender #b16286;
|
|
|
|
|
@define-color pink #d3869b;
|
|
|
|
|
@define-color teal #689d6a;
|
|
|
|
|
@define-color grey #928374;
|
2025-10-31 22:14:15 +03:30
|
|
|
|
|
|
|
|
* {
|
|
|
|
|
border: none;
|
2025-11-02 13:53:18 +03:30
|
|
|
font-family: "JetBrainsMono Nerd Font";
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
min-height: 10px;
|
2025-10-31 22:14:15 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
window#waybar {
|
2025-11-01 21:01:51 +03:30
|
|
|
background: @background;
|
2025-11-03 15:00:40 +03:30
|
|
|
border-top: 2px solid @surface0;
|
2025-10-31 22:14:15 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#disk,
|
|
|
|
|
#pulseaudio,
|
|
|
|
|
#window,
|
|
|
|
|
#clock,
|
|
|
|
|
#network,
|
|
|
|
|
#battery,
|
|
|
|
|
#privacy,
|
|
|
|
|
#memory,
|
|
|
|
|
#cpu,
|
|
|
|
|
#workspaces,
|
|
|
|
|
#tray,
|
|
|
|
|
#bluetooth,
|
|
|
|
|
#tray menu {
|
2025-11-02 13:53:18 +03:30
|
|
|
padding: 5px 10px;
|
|
|
|
|
margin: 8px 0 8px 10px;
|
2025-11-01 21:01:51 +03:30
|
|
|
background: @surface0;
|
2025-11-02 13:53:18 +03:30
|
|
|
color: @text;
|
2025-10-31 22:14:15 +03:30
|
|
|
transition: 0.3s;
|
2025-11-01 21:01:51 +03:30
|
|
|
border: 1.5px solid @border;
|
2025-11-02 13:53:18 +03:30
|
|
|
border-radius: 8px;
|
2025-10-31 22:14:15 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#window {
|
|
|
|
|
transition: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
window#waybar.empty #window {
|
|
|
|
|
background: transparent;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
2025-11-02 13:53:18 +03:30
|
|
|
#network {
|
|
|
|
|
margin: 8px 12px 8px 12px;
|
2025-11-03 10:11:37 +03:30
|
|
|
color: @text;
|
2025-10-31 22:14:15 +03:30
|
|
|
}
|
|
|
|
|
|
2025-11-02 13:53:18 +03:30
|
|
|
#pulseaudio,
|
|
|
|
|
#clock {
|
2025-11-03 10:11:37 +03:30
|
|
|
color: @text;
|
2025-10-31 22:14:15 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#workspaces {
|
2025-11-02 13:53:18 +03:30
|
|
|
margin-left: 12px;
|
2025-11-03 10:11:37 +03:30
|
|
|
color: @text;
|
2025-10-31 22:14:15 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#workspaces button {
|
|
|
|
|
margin: 0;
|
2025-11-01 21:01:51 +03:30
|
|
|
padding: 1px 3px;
|
2025-11-03 10:11:37 +03:30
|
|
|
color: @text;
|
2025-11-01 21:01:51 +03:30
|
|
|
transition: none;
|
2025-10-31 22:14:15 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#workspaces button.empty {
|
2025-11-03 10:11:37 +03:30
|
|
|
color: @text;
|
2025-10-31 22:14:15 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#workspaces button.active {
|
2025-11-01 21:01:51 +03:30
|
|
|
color: @peach;
|
2025-10-31 22:14:15 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#workspaces button.urgent {
|
2025-11-01 21:01:51 +03:30
|
|
|
color: @maroon;
|
2025-10-31 22:14:15 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#workspaces button:hover {
|
2025-11-01 21:01:51 +03:30
|
|
|
background: @overlay0;
|
|
|
|
|
color: @text;
|
2025-10-31 22:14:15 +03:30
|
|
|
}
|