Files
nix-config/home-manager/hyprland/styles/notifications.css
2025-03-16 15:13:58 +01:00

87 lines
1.3 KiB
CSS

#notifications {
margin: 0.5em;
padding-left: 5px;
padding-right: 5px;
color: @peach;
font-weight: bold;
background-color: @backgound;
border: 2px solid @border;
}
#custom-notification,
#custom-updates,
#custom-github,
#idle_inhibitor,
#wireplumber,
#pulseaudio,
#systemd-failed-units
{
padding: 0 0.5em;
}
#custom-updates.updated {
padding-left: 0;
padding-right: 1em;
}
/* Unique colors for modules */
#idle_inhibitor {
color: @yellow;
}
#pulseaudio{
color: @lighttext;
}
#custom-github {
color: @blue;
}
#custom-updates {
color: @red;
}
#systemd-failed-units {
color: @mauve;
}
#custom-pipewire.muted,
#pulseaudio.muted {
color: @red;
}
#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 slider {
min-height: 0px;
min-width: 0px;
opacity: 0;
background-color: @green;
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;
}