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.wofi;
username = config.horseman.username;
colors = config.horseman.catppuccin.colors;
accent = config.horseman.catppuccin.accent;
in {
options = {
horseman.dots.wofi = {
@ -26,7 +25,7 @@ in {
window {
margin: 0px;
padding: 10px;
border: 3px solid ${catppuccin.toHex colors.${accent}};
border: 3px solid ${catppuccin.toHex colors.accent};
border-radius: 10px;
background-color: ${catppuccin.toRGBA colors.base 0.99};
/* animation: slideIn 0.5s ease-in-out both; */
@ -83,7 +82,7 @@ in {
#input {
margin: 5px 20px;
padding: 10px;
border: 2px solid ${catppuccin.toHex colors.${accent}};
border: 2px solid ${catppuccin.toHex colors.accent};
border-radius: 10px;
color: ${catppuccin.toHex colors.text};
background-color: ${catppuccin.toHex colors.base};
@ -113,7 +112,7 @@ in {
#entry arrow {
border: none;
color: ${catppuccin.toHex colors.${accent}};
color: ${catppuccin.toHex colors.accent};
}
/* Selected Entry */
@ -123,7 +122,7 @@ in {
}
#entry:selected {
border: 1px solid ${catppuccin.toHex colors.${accent}};
border: 1px solid ${catppuccin.toHex colors.accent};
border-radius: 10px;
}
@ -132,7 +131,7 @@ in {
}
#entry:drop(active) {
background-color: ${catppuccin.toHex colors.${accent}}!important;
background-color: ${catppuccin.toHex colors.accent}!important;
}
'';
};