2024-03-26 22:58:04 +00:00
|
|
|
@define-color base00 #1a181a;
|
|
|
|
@define-color base01 #2d2a2e;
|
|
|
|
@define-color base02 #303030;
|
|
|
|
@define-color base03 #949494;
|
|
|
|
@define-color base04 #d3d1d4;
|
|
|
|
@define-color base05 #e3e1e4;
|
|
|
|
@define-color base06 #303030;
|
|
|
|
@define-color base07 #ff5f5f;
|
|
|
|
@define-color base08 #f85e84;
|
|
|
|
@define-color base09 #df5923;
|
|
|
|
@define-color base0A #e5c463;
|
|
|
|
@define-color base0B #9ecd6f;
|
|
|
|
@define-color base0C #ef9062;
|
|
|
|
@define-color base0D #7accd7;
|
|
|
|
@define-color base0E #ab9df2;
|
|
|
|
@define-color base0F #d70000;
|
2021-05-30 19:10:28 +00:00
|
|
|
|
|
|
|
* {
|
|
|
|
min-height: 0;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
window#waybar {
|
2023-02-28 13:00:56 +00:00
|
|
|
font-family: Hack, FontAwesome;
|
2021-05-30 19:10:28 +00:00
|
|
|
font-weight: 500;
|
2024-03-26 22:58:04 +00:00
|
|
|
font-size: 16px;
|
2021-05-30 19:10:28 +00:00
|
|
|
background: rgba(11, 12, 13, 0.90);
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 2, 0.53);
|
|
|
|
color: @base04;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#workspaces button {
|
2024-03-26 22:58:04 +00:00
|
|
|
font-size: 16px;
|
2021-05-30 19:10:28 +00:00
|
|
|
box-shadow: none;
|
|
|
|
text-shadow: none;
|
|
|
|
padding: 0px 3px 0px 3px;
|
|
|
|
color: @base04;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#workspaces button.focused {
|
|
|
|
color: #f85e84;
|
|
|
|
color: @base07;
|
|
|
|
/* margin: 2px 0px 2px 0px; */
|
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces button:hover {
|
|
|
|
background: rgba(255, 255, 255, 0.00);
|
|
|
|
/* margin: 2px 0px 2px 0px; */
|
|
|
|
}
|
|
|
|
|
|
|
|
#clock, #backlight, #battery, #cpu, #memory, #network, #pulseaudio, #custom-spotify, #tray, #mode {
|
2024-03-26 22:58:04 +00:00
|
|
|
font-size: 16px;
|
2021-05-30 19:10:28 +00:00
|
|
|
}
|
|
|
|
|
2024-03-26 23:06:53 +00:00
|
|
|
#clock {
|
|
|
|
margin-right: 12px;
|
|
|
|
}
|
|
|
|
|
2021-05-30 19:10:28 +00:00
|
|
|
#pulseaudio {
|
|
|
|
/* border-top: 1px solid transparent; */
|
2024-03-26 22:58:04 +00:00
|
|
|
font-size: 16px;
|
2021-05-30 19:10:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#battery {
|
2024-03-26 22:58:04 +00:00
|
|
|
font-size: 16px;
|
2021-05-30 19:10:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#battery.critical {
|
2021-08-23 21:22:55 +00:00
|
|
|
color: @base07;
|
2021-05-30 19:10:28 +00:00
|
|
|
}
|
|
|
|
#battery.charging {
|
|
|
|
color: @base0B;
|
|
|
|
}
|
|
|
|
#battery.full {
|
2024-03-26 23:06:53 +00:00
|
|
|
color: @base0D;
|
2021-05-30 19:10:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#network {
|
|
|
|
border-top: 1px solid transparent;
|
|
|
|
}
|
|
|
|
#network.disconnected {
|
|
|
|
color: rgba(75, 81, 98, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#pulseaudio.muted {
|
|
|
|
color: rgba(75, 81, 98, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
|