2019-10-26 20:05:31 +03:00
|
|
|
* {
|
2022-09-16 20:01:31 +03:00
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
|
|
|
font-family: 'Noto Sans Display', 'Font Awesome 5 Free';
|
|
|
|
font-size: 13px;
|
|
|
|
min-height: 0;
|
2019-10-26 20:05:31 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
window#waybar {
|
2022-09-16 20:01:31 +03:00
|
|
|
background: #292d3e;
|
|
|
|
color: white;
|
2019-10-26 20:05:31 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
|
|
|
|
#workspaces button {
|
2022-09-16 20:01:31 +03:00
|
|
|
padding: 0 5px;
|
|
|
|
background: transparent;
|
|
|
|
color: white;
|
2019-10-26 20:05:31 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces button.focused {
|
2022-09-16 20:01:31 +03:00
|
|
|
background: #64727d;
|
2019-10-26 20:05:31 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#mode {
|
2022-09-16 20:01:31 +03:00
|
|
|
background: #64727d;
|
|
|
|
}
|
|
|
|
|
|
|
|
#clock,
|
|
|
|
#battery,
|
|
|
|
#cpu,
|
|
|
|
#temperature,
|
|
|
|
#memory,
|
|
|
|
#backlight,
|
|
|
|
#network,
|
|
|
|
#pulseaudio,
|
|
|
|
#custom-media,
|
|
|
|
#custom-yay,
|
|
|
|
#tray,
|
|
|
|
#mode,
|
|
|
|
#idle_inhibitor {
|
|
|
|
padding: 0 10px;
|
|
|
|
margin: 0 5px;
|
2019-10-26 20:05:31 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#clock {
|
2022-09-16 20:01:31 +03:00
|
|
|
background-color: #64727d;
|
2019-10-26 20:05:31 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#battery {
|
2022-09-16 20:01:31 +03:00
|
|
|
background-color: #ffffff;
|
|
|
|
color: black;
|
2019-10-26 20:05:31 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#battery.charging {
|
2022-09-16 20:01:31 +03:00
|
|
|
color: black;
|
|
|
|
background-color: #a3be8c;
|
2019-10-26 20:05:31 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes blink {
|
2022-09-16 20:01:31 +03:00
|
|
|
to {
|
|
|
|
background-color: #ffffff;
|
|
|
|
color: black;
|
|
|
|
}
|
2019-10-26 20:05:31 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#battery.critical:not(.charging) {
|
2022-09-16 20:01:31 +03:00
|
|
|
background: #bf616a;
|
|
|
|
color: white;
|
|
|
|
animation-name: blink;
|
|
|
|
animation-duration: 0.5s;
|
|
|
|
animation-timing-function: linear;
|
|
|
|
animation-iteration-count: infinite;
|
|
|
|
animation-direction: alternate;
|
2019-10-26 20:05:31 +03:00
|
|
|
}
|
|
|
|
|
2019-11-19 14:31:08 +02:00
|
|
|
#temperature {
|
2022-09-16 20:01:31 +03:00
|
|
|
background: #97b084;
|
|
|
|
color: black;
|
2019-11-19 14:31:08 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#temperature.critical {
|
2022-09-16 20:01:31 +03:00
|
|
|
background: #bf616a;
|
|
|
|
color: white;
|
|
|
|
animation-name: blink;
|
|
|
|
animation-duration: 0.5s;
|
|
|
|
animation-timing-function: linear;
|
|
|
|
animation-iteration-count: infinite;
|
|
|
|
animation-direction: alternate;
|
2019-11-19 14:31:08 +02:00
|
|
|
}
|
|
|
|
|
2019-10-26 20:05:31 +03:00
|
|
|
#cpu {
|
2022-09-16 20:01:31 +03:00
|
|
|
background: #bd9b5d;
|
|
|
|
color: #000000;
|
2019-10-26 20:05:31 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#memory {
|
2022-09-16 20:01:31 +03:00
|
|
|
color: black;
|
|
|
|
background: #b48ead;
|
2019-10-26 20:05:31 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#backlight {
|
2022-09-16 20:01:31 +03:00
|
|
|
background: #90b1b1;
|
2019-10-26 20:05:31 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#network {
|
2022-09-16 20:01:31 +03:00
|
|
|
color: black;
|
|
|
|
background: #81a1c1;
|
2019-10-26 20:05:31 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#network.disconnected {
|
2022-09-16 20:01:31 +03:00
|
|
|
background: #f53c3c;
|
2019-10-26 20:05:31 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#pulseaudio {
|
2022-09-16 20:01:31 +03:00
|
|
|
background: #88c0d0;
|
|
|
|
color: black;
|
2019-10-26 20:05:31 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#pulseaudio.muted {
|
2022-09-16 20:01:31 +03:00
|
|
|
background: #90b1b1;
|
|
|
|
color: #2a5c45;
|
2019-10-26 20:05:31 +03:00
|
|
|
}
|
|
|
|
|
2020-04-07 13:29:13 +03:00
|
|
|
#custom-media {
|
2022-09-16 20:01:31 +03:00
|
|
|
background: #97b084;
|
|
|
|
color: black;
|
2019-10-26 20:05:31 +03:00
|
|
|
}
|
|
|
|
|
2019-11-19 14:15:30 +02:00
|
|
|
#custom-yay {
|
2022-09-16 20:01:31 +03:00
|
|
|
background-color: #64727d;
|
2019-11-19 14:15:30 +02:00
|
|
|
}
|
|
|
|
|
2019-10-26 20:05:31 +03:00
|
|
|
#tray {
|
2022-09-16 20:01:31 +03:00
|
|
|
background-color: #282828;
|
2019-10-26 20:05:31 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#idle_inhibitor {
|
2022-09-16 20:01:31 +03:00
|
|
|
background-color: #8fbcbb;
|
|
|
|
color: #000000;
|
2019-10-26 20:05:31 +03:00
|
|
|
}
|