arch-setup/files/Code - OSS/User/History/-341627b0/pkTx.css

101 lines
1.4 KiB
CSS

* {
font-family: "Cantarell", "DejaVu Sans", "Symbols Nerd Font", sans-serif;
font-size: 13px;
font-weight: bold;
}
window#waybar {
background-color: rgba(0, 0, 0, 0.80);
color: #e5e5e5;
border: none;
transition-property: background-color;
transition-duration: 0.3s;
}
window#waybar.hidden {
opacity: 0.2;
}
window#waybar.solo {
background-color: rgba(0, 0, 0, 0.80);
}
button {
border: none;
border-radius: 0;
box-shadow: none;
background: transparent;
}
button:hover {
background: rgba(0, 0, 0, 0.80);
box-shadow: none;
}
#workspaces {
margin: 0 6px;
}
#workspaces button {
padding: 0 8px;
background-color: transparent;
color: #888888;
}
#workspaces button.active {
background-color: rgba(0, 0, 0, 0.80);
color: #e5e5e5;
}
#workspaces button:hover {
background-color: rgba(0, 0, 0, 0.80);
}
#workspaces button.urgent {
background-color: rgba(0, 0, 0, 0.80);
color: #eb4d4b;
}
#clock,
#battery,
#network,
#pulseaudio {
padding: 4px 10px;
}
#clock {
font-size: 14px;
color: #ffffff;
}
#battery {
color: #e5e5e5;
}
#battery.warning:not(.charging) {
color: #ffa07a;
}
#battery.critical:not(.charging) {
color: #ff6347;
}
#network {
color: #e5e5e5;
}
#network.disconnected {
color: #ff6347;
}
#pulseaudio {
color: #e5e5e5;
}
#pulseaudio.muted {
color: #888888;
}
#tray {
background-color: transparent;
}