158 lines
1.7 KiB
CSS
158 lines
1.7 KiB
CSS
* {
|
|
border: none;
|
|
border-radius: 0;
|
|
/* `otf-font-awesome` is required to be installed for icons */
|
|
font-family: Inconsolata Nerd Font;
|
|
font-size: 17px;
|
|
min-height: 0px;
|
|
}
|
|
|
|
window#waybar {
|
|
background-color: #211B29;
|
|
color: #D8DEE9;
|
|
transition-property: background-color;
|
|
transition-duration: .5s;
|
|
}
|
|
|
|
window#waybar.hidden {
|
|
opacity: 0.2;
|
|
}
|
|
|
|
/*
|
|
window#waybar.empty {
|
|
background-color: transparent;
|
|
}
|
|
window#waybar.solo {
|
|
background-color: #FFFFFF;
|
|
}
|
|
*/
|
|
|
|
/*
|
|
window#waybar.termite {
|
|
}
|
|
|
|
window#waybar.chromium {
|
|
}
|
|
*/
|
|
|
|
#workspaces button {
|
|
padding: 0 5px;
|
|
}
|
|
|
|
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
|
|
#workspaces button:hover {
|
|
box-shadow: inherit;
|
|
text-shadow: inherit;
|
|
}
|
|
|
|
#workspaces button.focused {
|
|
color: #88C0D0;
|
|
}
|
|
|
|
#workspaces button.urgent {
|
|
color: #88C0D0;
|
|
}
|
|
|
|
#mode {
|
|
color: #88C0D0;
|
|
}
|
|
|
|
#clock,
|
|
#battery,
|
|
#cpu,
|
|
#memory,
|
|
#temperature,
|
|
#backlight,
|
|
#network,
|
|
#pulseaudio,
|
|
#custom-media,
|
|
#tray,
|
|
#mode,
|
|
#idle_inhibitor,
|
|
#mpd {
|
|
padding: 0 10px;
|
|
margin: 0 4px;
|
|
}
|
|
|
|
#clock {
|
|
}
|
|
|
|
#battery {
|
|
background-color: #211B29;
|
|
}
|
|
|
|
#battery.charging {
|
|
}
|
|
|
|
@keyframes blink {
|
|
to {
|
|
}
|
|
}
|
|
|
|
#battery.critical:not(.charging) {
|
|
}
|
|
|
|
label:focus {
|
|
}
|
|
|
|
#cpu {
|
|
}
|
|
|
|
#memory {
|
|
}
|
|
|
|
#backlight {
|
|
}
|
|
|
|
#network {
|
|
}
|
|
|
|
#network.disconnected {
|
|
}
|
|
|
|
#pulseaudio {
|
|
color: #D8DEE9;
|
|
}
|
|
|
|
#pulseaudio.muted {
|
|
color: #D8DEE9;
|
|
}
|
|
|
|
#custom-media {
|
|
color: #D8DEE9;
|
|
min-width: 100px;
|
|
}
|
|
|
|
#custom-media.custom-spotify {
|
|
}
|
|
|
|
#custom-media.custom-vlc {
|
|
}
|
|
|
|
#temperature {
|
|
}
|
|
|
|
#temperature.critical {
|
|
}
|
|
|
|
#tray {
|
|
}
|
|
|
|
#idle_inhibitor {
|
|
}
|
|
|
|
#idle_inhibitor.activated {
|
|
}
|
|
|
|
#mpd {
|
|
}
|
|
|
|
#mpd.disconnected {
|
|
}
|
|
|
|
#mpd.stopped {
|
|
}
|
|
|
|
#mpd.paused {
|
|
}
|