2021-06-17 00:49:38 +02:00
|
|
|
* {
|
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
2022-12-27 23:16:55 +01:00
|
|
|
font-family: Consolas, "Material Design Icons";
|
|
|
|
font-size: 1em;
|
2021-06-17 00:49:38 +02:00
|
|
|
min-height: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
window#waybar {
|
2022-12-27 23:16:55 +01:00
|
|
|
background-color: rgba(11, 11, 11, 0.8);
|
2021-06-17 00:49:38 +02:00
|
|
|
color: #ffffff;
|
|
|
|
transition-property: background-color;
|
|
|
|
transition-duration: .5s;
|
|
|
|
}
|
|
|
|
|
|
|
|
window#waybar.hidden {
|
|
|
|
opacity: 0.2;
|
|
|
|
}
|
|
|
|
|
2022-12-27 23:16:55 +01:00
|
|
|
#window {
|
|
|
|
padding: 0 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
window {
|
|
|
|
color: rgba(217, 216, 216, 1);
|
|
|
|
background: rgba(35, 31, 32, 0.00);
|
|
|
|
}
|
|
|
|
|
|
|
|
window#waybar.solo {
|
|
|
|
color: rgba(217, 216, 216, 1);
|
|
|
|
background: rgba(35, 31, 32, 0.85);
|
|
|
|
}
|
|
|
|
|
2021-06-17 00:49:38 +02:00
|
|
|
/*
|
|
|
|
window#waybar.empty {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
window#waybar.solo {
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
2022-12-27 23:16:55 +01:00
|
|
|
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
|
2021-06-17 00:49:38 +02:00
|
|
|
#workspaces button {
|
|
|
|
padding: 0 5px;
|
|
|
|
background-color: transparent;
|
2022-12-27 23:16:55 +01:00
|
|
|
border-bottom: 2px solid rgba(180, 14, 25, 0.5);
|
|
|
|
color: #999999;
|
2021-06-17 00:49:38 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces button.focused {
|
2022-12-27 23:16:55 +01:00
|
|
|
color: #ffffff;
|
|
|
|
background-color: #333333;
|
|
|
|
border-bottom: 2px solid #ff9600;
|
2021-06-17 00:49:38 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces button.urgent {
|
|
|
|
background-color: #eb4d4b;
|
|
|
|
}
|
|
|
|
|
2022-12-27 23:16:55 +01:00
|
|
|
#clock,
|
|
|
|
#custom-vpn,
|
|
|
|
#battery,
|
2021-06-17 00:49:38 +02:00
|
|
|
#cpu,
|
|
|
|
#memory,
|
|
|
|
#backlight,
|
|
|
|
#network,
|
|
|
|
#pulseaudio,
|
|
|
|
#tray,
|
2022-12-27 23:16:55 +01:00
|
|
|
#temperature,
|
2021-06-17 00:49:38 +02:00
|
|
|
#mode,
|
|
|
|
#idle_inhibitor {
|
2022-12-27 23:16:55 +01:00
|
|
|
padding: 0 5px;
|
2021-06-17 00:49:38 +02:00
|
|
|
margin: 0 4px;
|
2022-12-27 23:16:55 +01:00
|
|
|
background-color: transparent;
|
|
|
|
border-bottom: 2px solid #bdbd45;
|
2021-06-17 00:49:38 +02:00
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2022-12-27 23:16:55 +01:00
|
|
|
#temperature {
|
|
|
|
border-bottom: 2px solid #42a832;
|
2021-06-17 00:49:38 +02:00
|
|
|
}
|
2022-12-27 23:16:55 +01:00
|
|
|
#mode {
|
|
|
|
background-color: #00ff96;
|
|
|
|
color: #000000;
|
2021-06-17 00:49:38 +02:00
|
|
|
}
|
2022-12-27 23:16:55 +01:00
|
|
|
|
|
|
|
#pulseaudio,
|
|
|
|
#clock,
|
|
|
|
#tray,
|
|
|
|
#cpu {
|
|
|
|
border-bottom: transparent;
|
2021-06-17 00:49:38 +02:00
|
|
|
}
|
2022-12-27 23:16:55 +01:00
|
|
|
|
2021-06-17 00:49:38 +02:00
|
|
|
#battery {
|
2022-12-27 23:16:55 +01:00
|
|
|
border-bottom: 2px solid #bff874;
|
2021-06-17 00:49:38 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#battery.charging {
|
2022-12-27 23:16:55 +01:00
|
|
|
border-bottom: 2px solid #00ff96;
|
2021-06-17 00:49:38 +02:00
|
|
|
}
|
|
|
|
|
2022-12-27 23:16:55 +01:00
|
|
|
#custom-vpn.down,
|
|
|
|
#temperature.critical,
|
2021-06-17 00:49:38 +02:00
|
|
|
#battery.critical:not(.charging) {
|
2022-12-27 23:16:55 +01:00
|
|
|
border-bottom: 2px solid #dd2241;
|
2021-06-17 00:49:38 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
label:focus {
|
|
|
|
background-color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#network.disconnected {
|
2022-12-27 23:16:55 +01:00
|
|
|
border-bottom: 2px solid #dd2241;
|
2021-06-17 00:49:38 +02:00
|
|
|
}
|
|
|
|
|
2022-12-27 23:16:55 +01:00
|
|
|
#pulseaudio.bluetooth {
|
|
|
|
border-bottom: 2px solid #1a8cff;
|
2021-06-17 00:49:38 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#pulseaudio.muted {
|
2022-12-27 23:16:55 +01:00
|
|
|
border-bottom: 2px solid #fff569;
|
2021-06-17 00:49:38 +02:00
|
|
|
}
|