mirror of
https://github.com/danth/stylix
synced 2024-11-29 07:30:23 +00:00
86 lines
1.8 KiB
CSS
86 lines
1.8 KiB
CSS
window .modules-left #workspaces button {
|
|
background-color: @base07;
|
|
color: @base00;
|
|
}
|
|
.modules-left #wireplumber,
|
|
.modules-left #pulseaudio,
|
|
.modules-left #sndio {
|
|
background-color: @base09;
|
|
color: @base00;
|
|
}
|
|
.modules-left #workspaces button.focused,
|
|
.modules-left #workspaces button.active {
|
|
background: @base03;
|
|
}
|
|
.modules-left #workspaces button.urgent {
|
|
background-color: @base08;
|
|
}
|
|
.modules-left #wireplumber.muted,
|
|
.modules-left #pulseaudio.muted,
|
|
.modules-left #sndio.muted {
|
|
background-color: @base0C;
|
|
}
|
|
.modules-left #upower,
|
|
.modules-left #battery {
|
|
background-color: @base0D;
|
|
color: @base00;
|
|
}
|
|
.modules-left #upower.charging,
|
|
.modules-left #battery.Charging {
|
|
background-color: @base0E;
|
|
}
|
|
.modules-left #network {
|
|
background-color: @base0B;
|
|
color: @base00;
|
|
}
|
|
.modules-left #network.disconnected {
|
|
background-color: @base0C;
|
|
}
|
|
.modules-left #user {
|
|
background-color: @base0F;
|
|
color: @base00;
|
|
}
|
|
.modules-left #clock {
|
|
background-color: @base03;
|
|
color: @base00;
|
|
}
|
|
.modules-left #backlight {
|
|
background-color: @base0E;
|
|
color: @base00;
|
|
}
|
|
.modules-left #cpu {
|
|
background-color: @base0B;
|
|
color: @base00;
|
|
}
|
|
.modules-left #disk {
|
|
background-color: @base02;
|
|
color: @base00;
|
|
}
|
|
.modules-left #idle_inhibitor {
|
|
background-color: @base06;
|
|
color: @base00;
|
|
}
|
|
.modules-left #temperature {
|
|
background-color: @base07;
|
|
color: @base00;
|
|
}
|
|
.modules-left #mpd {
|
|
background-color: @base02;
|
|
color: @base00;
|
|
}
|
|
.modules-left #language {
|
|
background-color: @base02;
|
|
color: @base00;
|
|
}
|
|
.modules-left #keyboard-state {
|
|
background-color: @base03;
|
|
color: @base00;
|
|
}
|
|
.modules-left #memory {
|
|
background-color: @base09;
|
|
color: @base00;
|
|
}
|
|
.modules-left #window {
|
|
background-color: @base0C;
|
|
color: @base00;
|
|
}
|