83 lines
1.2 KiB
CSS
83 lines
1.2 KiB
CSS
#notifications {
|
|
margin: 0.4em;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
color: @peach;
|
|
font-weight: bold;
|
|
background-color: @surface0;
|
|
border: 2px solid @surface1;
|
|
}
|
|
#custom-notification,
|
|
#custom-updates,
|
|
#custom-github,
|
|
#idle_inhibitor,
|
|
#wireplumber,
|
|
#pulseaudio
|
|
{
|
|
padding: 0 0.5em;
|
|
}
|
|
|
|
#custom-updates.updated {
|
|
padding-left: 0;
|
|
padding-right: 1em;
|
|
}
|
|
|
|
/* Unique colors for modules */
|
|
|
|
#custom-pipewire {
|
|
color: @green;
|
|
}
|
|
|
|
#custom-github {
|
|
color: @blue;
|
|
}
|
|
|
|
#custom-updates {
|
|
color: @red;
|
|
}
|
|
|
|
#custom-pipewire.muted,
|
|
#pulseaudio.muted {
|
|
background-color: #90b1b1;
|
|
color: #2a5c45;
|
|
}
|
|
|
|
#keyboard-state {
|
|
padding: 0 0px;
|
|
min-width: 16px;
|
|
color: @mauve;
|
|
}
|
|
|
|
#keyboard-state > label {
|
|
padding: 0 5px;
|
|
}
|
|
|
|
#keyboard-state > label.locked {
|
|
background: rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
#pulseaudio-slider {
|
|
padding: 0 12px;
|
|
}
|
|
|
|
#pulseaudio-slider slider {
|
|
min-height: 0px;
|
|
min-width: 0px;
|
|
opacity: 0;
|
|
background-image: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
#pulseaudio-slider trough {
|
|
min-height: 10px;
|
|
min-width: 80px;
|
|
border-radius: 5px;
|
|
background-color: @base;
|
|
}
|
|
#pulseaudio-slider highlight {
|
|
min-width: 10px;
|
|
border-radius: 5px;
|
|
background-color: @green;
|
|
}
|
|
|