2025-11-01 21:01:51 +03:30
|
|
|
@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;
|
2025-10-31 22:14:15 +03:30
|
|
|
|
|
|
|
|
* {
|
|
|
|
|
border: none;
|
|
|
|
|
font-family: "MapleMono";
|
2025-11-01 21:01:51 +03:30
|
|
|
font-size: 14px;
|
|
|
|
|
min-height: 8px;
|
|
|
|
|
margin-bottom: 1px;
|
2025-10-31 22:14:15 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
window#waybar {
|
2025-11-01 21:01:51 +03:30
|
|
|
background: @background;
|
|
|
|
|
border-bottom: 2px solid @surface0;
|
|
|
|
|
padding: 2px 0;
|
|
|
|
|
margin-bottom: 2px;
|
2025-10-31 22:14:15 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#disk,
|
|
|
|
|
#pulseaudio,
|
|
|
|
|
#window,
|
|
|
|
|
#clock,
|
|
|
|
|
#network,
|
2025-11-01 21:01:51 +03:30
|
|
|
#mode,
|
2025-10-31 22:14:15 +03:30
|
|
|
#battery,
|
|
|
|
|
#privacy,
|
|
|
|
|
#memory,
|
|
|
|
|
#cpu,
|
|
|
|
|
#workspaces,
|
|
|
|
|
#tray,
|
|
|
|
|
#bluetooth,
|
|
|
|
|
#tray menu {
|
2025-11-01 21:01:51 +03:30
|
|
|
padding: 3px 6px;
|
|
|
|
|
margin: 4px 0 4px 6px;
|
|
|
|
|
background: @surface0;
|
|
|
|
|
color: @lavender;
|
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-10-31 22:14:15 +03:30
|
|
|
border-radius: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#window {
|
|
|
|
|
transition: none;
|
2025-11-01 21:01:51 +03:30
|
|
|
margin-bottom: 2px;
|
2025-10-31 22:14:15 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
window#waybar.empty #window {
|
|
|
|
|
background: transparent;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#clock {
|
2025-11-01 21:01:51 +03:30
|
|
|
margin: 4px 0 4px 8px;
|
|
|
|
|
color: @lavender;
|
2025-10-31 22:14:15 +03:30
|
|
|
}
|
|
|
|
|
|
2025-11-01 21:01:51 +03:30
|
|
|
#pulseaudio {
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
color: @lavender;
|
2025-10-31 22:14:15 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#workspaces {
|
2025-11-01 21:01:51 +03:30
|
|
|
padding: 0;
|
|
|
|
|
color: @lavender;
|
|
|
|
|
margin-left: 10px;
|
2025-10-31 22:14:15 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#workspaces button {
|
|
|
|
|
margin: 0;
|
2025-11-01 21:01:51 +03:30
|
|
|
padding: 1px 3px;
|
|
|
|
|
color: @lavender;
|
|
|
|
|
transition: none;
|
2025-10-31 22:14:15 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#workspaces button.empty {
|
2025-11-01 21:01:51 +03:30
|
|
|
color: @lavender;
|
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
|
|
|
}
|
|
|
|
|
|