sound menu

This commit is contained in:
KoenDR06 2026-01-19 19:04:05 +01:00
parent c5c233509c
commit 284da9f58a
10 changed files with 48 additions and 22 deletions

View file

@ -7,7 +7,6 @@
cfg = config.horseman.dots.waybar;
username = config.horseman.username;
colors = config.horseman.catppuccin.colors;
accent = config.horseman.catppuccin.accent;
in {
options = {
horseman.dots.waybar = {
@ -26,7 +25,7 @@ in {
}
.modules-left, .modules-center, .modules-right {
border: 2px solid ${catppuccin.toHex colors.${accent}};
border: 2px solid ${catppuccin.toHex colors.accent};
border-radius: 10px;
margin: 5px;
background: ${catppuccin.toHex colors.base};
@ -40,7 +39,7 @@ in {
color: ${catppuccin.toHex colors.red};
}
#power * {
color: ${catppuccin.toHex colors.${accent}};
color: ${catppuccin.toHex colors.accent};
transition: 0.2s color ease;
font-size: 26px;
}
@ -62,7 +61,7 @@ in {
}
#workspaces > * {
color: ${catppuccin.toHex colors.${accent}};
color: ${catppuccin.toHex colors.accent};
}