2024-09-09 00:22:14 +00:00
|
|
|
/*** Waybar
|
|
|
|
https://github.com/Alexays/Waybar/wiki/Styling
|
|
|
|
https://github.com/Alexays/Waybar/blob/master/resources/style.css
|
|
|
|
https://gitlab.gnome.org/GNOME/gtk/-/blob/gtk-3-24/gtk/theme/Adwaita/_colors-public.scss
|
|
|
|
|
|
|
|
//??
|
|
|
|
GTK_DEBUG=interactive waybar
|
|
|
|
#custom-module { }
|
|
|
|
***/
|
|
|
|
|
|
|
|
* {
|
|
|
|
border-radius: 50px;
|
|
|
|
color: #93a1a1;
|
|
|
|
font: 18px 'Iosevka NFP SemiBold';
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
button:hover,
|
|
|
|
label:hover {
|
|
|
|
background: #073642;
|
|
|
|
}
|
|
|
|
|
|
|
|
tooltip {
|
|
|
|
opacity: 0;
|
|
|
|
/* background: #002b36; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.active {
|
|
|
|
background: rgba(88, 110, 117, 0.25);
|
|
|
|
}
|
|
|
|
|
|
|
|
.horizontal > box {
|
|
|
|
background: #002b36;
|
|
|
|
border: 2px #073642 solid;
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.module {
|
2024-10-17 05:42:40 +00:00
|
|
|
margin: 0 1px;
|
2024-09-09 00:22:14 +00:00
|
|
|
padding: 4px 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#waybar {
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#battery.critical {
|
|
|
|
color: #dc322f;
|
|
|
|
}
|
|
|
|
|
|
|
|
#battery.warning {
|
|
|
|
color: #b58900;
|
|
|
|
}
|
|
|
|
|
|
|
|
#battery.charging {
|
|
|
|
color: #859900;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bluetooth.connected {
|
|
|
|
color: #268bd2;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bluetooth.disabled {
|
|
|
|
color: #dc322f;
|
|
|
|
}
|
|
|
|
|
2024-10-14 23:33:23 +00:00
|
|
|
#custom-equalizer.normalizer {
|
|
|
|
color: #2aa198;
|
|
|
|
}
|
|
|
|
|
2024-09-09 00:22:14 +00:00
|
|
|
#custom-inhibitor.enabled {
|
|
|
|
color: #cb4b16;
|
|
|
|
}
|
|
|
|
|
|
|
|
#custom-vm.online {
|
|
|
|
color: #268bd2;
|
|
|
|
}
|
|
|
|
|
|
|
|
#custom-vm.paused {
|
|
|
|
color: #b58900;
|
|
|
|
}
|
|
|
|
|
|
|
|
#custom-vm.unknown {
|
|
|
|
color: #dc322f;
|
|
|
|
}
|
|
|
|
|
|
|
|
#custom-vpn.connected {
|
|
|
|
color: #d33682;
|
|
|
|
}
|
|
|
|
|
|
|
|
#network.disabled {
|
|
|
|
color: #dc322f;
|
|
|
|
}
|
|
|
|
|
|
|
|
#network.disconnected {
|
|
|
|
color: #b58900;
|
|
|
|
}
|
|
|
|
|
2024-10-15 23:07:42 +00:00
|
|
|
#tray {
|
|
|
|
background: #073642;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tray > widget {
|
2024-09-09 00:22:14 +00:00
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
2024-10-15 23:07:42 +00:00
|
|
|
#tray > widget:hover {
|
|
|
|
background: rgba(88, 110, 117, 0.25);
|
|
|
|
}
|
|
|
|
|
|
|
|
#tray > widget > image {
|
|
|
|
padding: 4px 8px;
|
|
|
|
}
|
|
|
|
|
2024-09-09 00:22:14 +00:00
|
|
|
#wireplumber.muted {
|
|
|
|
color: #dc322f;
|
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces {
|
|
|
|
background: #073642;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces > button {
|
|
|
|
margin: 0 1px;
|
|
|
|
padding: 4px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces > button:hover {
|
|
|
|
background: rgba(88, 110, 117, 0.25);
|
|
|
|
}
|