97 lines
No EOL
1.4 KiB
CSS
97 lines
No EOL
1.4 KiB
CSS
* {
|
|
border: none;
|
|
border-radius: 0;
|
|
font-family: "Noto Sans", sans-serif;
|
|
font-size: 13px;
|
|
min-height: 0;
|
|
}
|
|
|
|
window#waybar {
|
|
background: rgba(26, 27, 38, 0.9);
|
|
color: #a9b1d6;
|
|
}
|
|
|
|
tooltip {
|
|
background: rgba(26, 27, 38, 0.9);
|
|
border: 2px solid #565f89;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
tooltip label {
|
|
color: #a9b1d6;
|
|
}
|
|
|
|
#workspaces button {
|
|
margin: 5px 5px;
|
|
padding: 2px 5px;
|
|
background: transparent;
|
|
border-radius: 5px;
|
|
color: #a9b1d6;
|
|
}
|
|
|
|
#workspaces button.focused {
|
|
background: #bb9af7;
|
|
color: #1a1b26;
|
|
}
|
|
|
|
#window,
|
|
#clock,
|
|
#privacy,
|
|
#gamemode,
|
|
#tray,
|
|
#idle_inhibitor,
|
|
#battery,
|
|
#wireplumber,
|
|
#bluetooth,
|
|
#network {
|
|
margin: 5px 5px;
|
|
padding: 0 5px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
#window,
|
|
#tray {
|
|
background-color: #24283b;
|
|
}
|
|
|
|
#privacy {
|
|
background-color: #e0af68;
|
|
color: black;
|
|
}
|
|
|
|
#gamemode.running {
|
|
background-color: #7dcfff;
|
|
color: black;
|
|
}
|
|
|
|
#idle_inhibitor.activated {
|
|
background-color: #ff9e64;
|
|
color: black;
|
|
}
|
|
|
|
#battery {
|
|
background-color: #ffffff;
|
|
color: black;
|
|
}
|
|
|
|
#battery.charging {
|
|
background-color: #9ece6a;
|
|
color: #1a1b26;
|
|
}
|
|
|
|
#battery.warning:not(.charging),
|
|
#network.disconnected {
|
|
background: #f7768e;
|
|
color: #1a1b26;
|
|
}
|
|
|
|
#bluetooth.connected {
|
|
background: #7aa2f7;
|
|
color: #1a1b26;
|
|
}
|
|
|
|
#network.ethernet,
|
|
#network.wifi {
|
|
background: #73daca;
|
|
color: #1a1b26;
|
|
} |