123 lines
2.0 KiB
CSS
123 lines
2.0 KiB
CSS
* {
|
|
font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
|
|
font-size: 13px;
|
|
}
|
|
|
|
window#waybar {
|
|
background-color: rgba(30, 34, 38, 1);
|
|
border-bottom: 2px solid #4c5a66;
|
|
color: #e0e6ed;
|
|
transition: background-color 0.5s;
|
|
}
|
|
|
|
window#waybar.hidden {
|
|
opacity: 0.2;
|
|
}
|
|
|
|
button {
|
|
box-shadow: inset 0 -2px transparent;
|
|
border: none;
|
|
border-radius: 0;
|
|
}
|
|
|
|
button:hover {
|
|
background: rgba(76, 90, 102, 0.2);
|
|
box-shadow: inset 0 -2px #90a4b8;
|
|
}
|
|
|
|
#workspaces button {
|
|
padding: 0 5px;
|
|
background-color: transparent;
|
|
color: #cbd3db;
|
|
}
|
|
|
|
#workspaces button:hover {
|
|
background: rgba(144, 164, 184, 0.1);
|
|
}
|
|
|
|
#workspaces button.focused {
|
|
background-color: #3b4651;
|
|
box-shadow: inset 0 -2px #90a4b8;
|
|
color: #ffffff;
|
|
}
|
|
|
|
#workspaces button.urgent {
|
|
background-color: #b03c3c;
|
|
color: #ffffff;
|
|
}
|
|
|
|
#mode {
|
|
background-color: #3b4651;
|
|
box-shadow: inset 0 -2px #90a4b8;
|
|
color: #ffffff;
|
|
}
|
|
|
|
#clock,
|
|
#battery,
|
|
#cpu,
|
|
#temperature,
|
|
#backlight,
|
|
#network,
|
|
#pulseaudio,
|
|
#custom-media,
|
|
#tray,
|
|
#mode,
|
|
#scratchpad,
|
|
#keyboard-state {
|
|
padding: 0 10px;
|
|
color: #e0e6ed;
|
|
}
|
|
|
|
#window,
|
|
#workspaces {
|
|
margin: 0 4px;
|
|
}
|
|
|
|
.modules-left > widget:first-child > #workspaces {
|
|
margin-left: 0;
|
|
}
|
|
.modules-right > widget:last-child > #workspaces {
|
|
margin-right: 0;
|
|
}
|
|
|
|
#clock {
|
|
background-color: rgba(76, 90, 102, 1);
|
|
}
|
|
|
|
#custom-power {
|
|
background-color: rgba(76, 90, 102, 1);
|
|
}
|
|
|
|
#battery {
|
|
background-color: rgba(76, 90, 102, 1);
|
|
}
|
|
|
|
#cpu {
|
|
background-color: rgba(76, 90, 102, 1);
|
|
}
|
|
|
|
#network {
|
|
background-color: rgba(76, 90, 102, 1);
|
|
}
|
|
|
|
#network.disconnected {
|
|
background-color: rgba(176, 60, 60, 1);
|
|
}
|
|
|
|
#pulseaudio {
|
|
background-color: rgba(76, 90, 102, 1);
|
|
}
|
|
|
|
#pulseaudio.muted {
|
|
background-color: rgba(47, 57, 66, 1);
|
|
color: #aab4be;
|
|
}
|
|
|
|
#tray {
|
|
background-color: rgba(76, 90, 102, 1);
|
|
}
|
|
|
|
#tray > .needs-attention {
|
|
background-color: rgba(176, 60, 60, 1);
|
|
}
|