nixos/pkgs/eww-hyprland/css/_volume.scss

7 lines
158 B
SCSS
Raw Normal View History

2023-07-12 16:42:58 +01:00
/* bar volume module */
.vol-icon { color: $green; }
.volbar highlight {
background-image: linear-gradient(to right, $teal, $sky);
border-radius: 10px;
}