2023-10-19 09:57:45 +02:00
|
|
|
* {
|
2023-10-19 13:32:23 +02:00
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
|
|
|
font-family: "JetBrainsMono Nerd Font", "Font Awesome 6 Free";
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 16px;
|
|
|
|
min-height: 0;
|
2023-10-19 09:57:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
window#waybar {
|
2023-10-19 13:32:23 +02:00
|
|
|
background: rgba(21, 18, 27, 0);
|
|
|
|
color: #cdd6f4;
|
2023-10-19 09:57:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
tooltip {
|
2023-10-19 13:32:23 +02:00
|
|
|
background: #1e1e2e;
|
|
|
|
border-radius: 10px;
|
|
|
|
border-width: 2px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #11111b;
|
2023-10-19 09:57:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces button {
|
2023-10-19 13:32:23 +02:00
|
|
|
padding: 5px;
|
|
|
|
color: #313244;
|
|
|
|
margin-right: 5px;
|
2023-10-19 09:57:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces button.active {
|
2023-10-19 13:32:23 +02:00
|
|
|
color: #a6adc8;
|
2023-11-14 15:58:32 +01:00
|
|
|
background: #3f84e5;
|
2023-10-19 13:32:23 +02:00
|
|
|
border-radius: 10px;
|
2023-10-19 09:57:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces button.urgent {
|
2023-10-19 13:32:23 +02:00
|
|
|
color: #11111b;
|
2023-11-14 15:58:32 +01:00
|
|
|
background: #fc6471;
|
2023-10-19 13:32:23 +02:00
|
|
|
border-radius: 10px;
|
2023-10-19 09:57:45 +02:00
|
|
|
}
|
|
|
|
|
2023-10-19 13:32:23 +02:00
|
|
|
#workspaces button:hover:not(.active) {
|
|
|
|
background: #1e1e2e;
|
|
|
|
color: #cdd6f4;
|
2023-10-19 09:57:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#custom-power_profile,
|
2023-11-14 15:58:32 +01:00
|
|
|
#custom-gpu_status,
|
2024-01-10 16:34:34 +01:00
|
|
|
#custom-refresh_rate,
|
2023-10-19 09:57:45 +02:00
|
|
|
#custom-weather,
|
|
|
|
#window,
|
|
|
|
#clock,
|
|
|
|
#battery,
|
|
|
|
#pulseaudio,
|
|
|
|
#network,
|
|
|
|
#bluetooth,
|
|
|
|
#temperature,
|
|
|
|
#workspaces,
|
|
|
|
#tray,
|
2023-10-19 13:32:23 +02:00
|
|
|
#memory,
|
|
|
|
#cpu,
|
2023-10-19 09:57:45 +02:00
|
|
|
#backlight {
|
2023-10-19 13:32:23 +02:00
|
|
|
background: #1e1e2e;
|
|
|
|
opacity: 0.8;
|
|
|
|
padding: 0px 10px;
|
|
|
|
margin: 3px 0px;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#memory {
|
|
|
|
border-radius: 10px 0px 0px 10px;
|
|
|
|
border-right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#memory.warning {
|
2023-11-14 15:58:32 +01:00
|
|
|
color: #edae49;
|
2023-10-19 13:32:23 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#memory.critical {
|
2023-11-14 15:58:32 +01:00
|
|
|
color: #fc6471;
|
2023-10-19 13:32:23 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#cpu {
|
|
|
|
border-left: 0px;
|
|
|
|
border-right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#cpu.warning {
|
2023-11-14 15:58:32 +01:00
|
|
|
color: #edae49;
|
2023-10-19 13:32:23 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#cpu.critical {
|
2023-11-14 15:58:32 +01:00
|
|
|
color: #fc6471;
|
2023-10-19 09:57:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#temperature {
|
2023-10-19 13:32:23 +02:00
|
|
|
border-left: 0px;
|
|
|
|
border-right: 0px;
|
2023-10-19 09:57:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#temperature.critical {
|
2023-11-14 15:58:32 +01:00
|
|
|
color: #fc6471;
|
2023-10-19 09:57:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#backlight {
|
2023-10-19 13:32:23 +02:00
|
|
|
border-radius: 10px 0px 0px 10px;
|
2023-10-19 09:57:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#tray {
|
2023-10-19 13:32:23 +02:00
|
|
|
border-radius: 10px;
|
|
|
|
margin-right: 10px;
|
2023-10-19 09:57:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces {
|
2023-10-19 13:32:23 +02:00
|
|
|
background: #1e1e2e;
|
|
|
|
border-radius: 10px;
|
|
|
|
margin-left: 10px;
|
|
|
|
padding-right: 0px;
|
|
|
|
padding-left: 5px;
|
2023-10-19 09:57:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#custom-power_profile {
|
2023-10-19 13:32:23 +02:00
|
|
|
color: #a6e3a1;
|
|
|
|
border-left: 0px;
|
|
|
|
border-right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#custom-power_profile.Performance {
|
2023-11-14 15:58:32 +01:00
|
|
|
color: #fc6471;
|
2023-10-19 13:32:23 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#custom-power_profile.Balanced {
|
2023-11-14 15:58:32 +01:00
|
|
|
color: #edae49;
|
|
|
|
}
|
|
|
|
|
|
|
|
#custom-gpu_status {
|
|
|
|
color: #a6e3a1;
|
|
|
|
padding-top: 3px;
|
|
|
|
padding-left: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#custom-gpu_status:not(.suspended) {
|
|
|
|
color: #edae49;
|
2023-10-19 09:57:45 +02:00
|
|
|
}
|
|
|
|
|
2024-01-10 16:34:34 +01:00
|
|
|
#custom-refresh_rate {
|
|
|
|
color: #a6e3a1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#custom-refresh_rate.overdrive {
|
|
|
|
color: #edae49;
|
|
|
|
}
|
|
|
|
|
2023-10-19 09:57:45 +02:00
|
|
|
#window {
|
2023-10-19 13:32:23 +02:00
|
|
|
border-radius: 10px;
|
|
|
|
margin-left: 60px;
|
|
|
|
margin-right: 60px;
|
2023-10-19 09:57:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#clock {
|
2023-10-19 13:32:23 +02:00
|
|
|
color: #fab387;
|
|
|
|
border-radius: 10px 0px 0px 10px;
|
|
|
|
margin-left: 10px;
|
|
|
|
border-right: 0px;
|
2023-10-19 09:57:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#network {
|
2023-10-19 13:32:23 +02:00
|
|
|
color: #f9e2af;
|
|
|
|
border-left: 0px;
|
|
|
|
border-right: 0px;
|
2023-10-19 09:57:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#bluetooth {
|
2023-10-19 13:32:23 +02:00
|
|
|
color: #89b4fa;
|
|
|
|
border-radius: 0px 10px 10px 0px;
|
2023-11-14 15:58:32 +01:00
|
|
|
margin-right: 10px;
|
2023-10-19 13:32:23 +02:00
|
|
|
}
|
2023-10-19 09:57:45 +02:00
|
|
|
|
|
|
|
#pulseaudio {
|
2023-10-19 13:32:23 +02:00
|
|
|
color: #89b4fa;
|
|
|
|
border-left: 0px;
|
|
|
|
border-right: 0px;
|
|
|
|
border-radius: 10px 0px 0px 10px;
|
2023-10-19 09:57:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#pulseaudio.microphone {
|
2023-10-19 13:32:23 +02:00
|
|
|
color: #cba6f7;
|
|
|
|
border-left: 0px;
|
|
|
|
border-right: 0px;
|
|
|
|
border-radius: 0px 10px 10px 0px;
|
|
|
|
margin-right: 10px;
|
2023-10-19 09:57:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#battery {
|
2023-10-19 13:32:23 +02:00
|
|
|
color: #a6e3a1;
|
|
|
|
border-radius: 0 10px 10px 0;
|
|
|
|
margin-right: 10px;
|
|
|
|
border-left: 0px;
|
2023-10-19 09:57:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#custom-weather {
|
2023-10-19 13:32:23 +02:00
|
|
|
border-radius: 0px 10px 10px 0px;
|
|
|
|
border-left: 0px;
|
|
|
|
margin-left: 0px;
|
2023-11-14 15:58:32 +01:00
|
|
|
}
|