sound menu
This commit is contained in:
parent
c5c233509c
commit
284da9f58a
10 changed files with 48 additions and 22 deletions
|
|
@ -7,7 +7,6 @@
|
|||
cfg = config.horseman.dots.fuzzel;
|
||||
username = config.horseman.username;
|
||||
colors = config.horseman.catppuccin.colors;
|
||||
accent = config.horseman.catppuccin.accent;
|
||||
in {
|
||||
options = {
|
||||
horseman.dots.fuzzel = {
|
||||
|
|
@ -20,15 +19,15 @@ in {
|
|||
[colors]
|
||||
background=${catppuccin.toHexNoHash colors.base}dd
|
||||
text=${catppuccin.toHexNoHash colors.text}ff
|
||||
prompt=${catppuccin.toHexNoHash colors.subtext1}ff
|
||||
prompt=${catppuccin.toHexNoHash colors.accent}ff
|
||||
placeholder=${catppuccin.toHexNoHash colors.overlay1}ff
|
||||
input=${catppuccin.toHexNoHash colors.text}ff
|
||||
match=${catppuccin.toHexNoHash colors.${accent}}ff
|
||||
match=${catppuccin.toHexNoHash colors.accent}ff
|
||||
selection=${catppuccin.toHexNoHash colors.surface2}ff
|
||||
selection-text=${catppuccin.toHexNoHash colors.text}ff
|
||||
selection-match=${catppuccin.toHexNoHash colors.${accent}}ff
|
||||
selection-match=${catppuccin.toHexNoHash colors.accent}ff
|
||||
counter=${catppuccin.toHexNoHash colors.overlay1}ff
|
||||
border=${catppuccin.toHexNoHash colors.${accent}}ff
|
||||
border=${catppuccin.toHexNoHash colors.accent}ff
|
||||
|
||||
[main]
|
||||
font=CaskaydiaCoveNerdFont:weight=semilight
|
||||
|
|
|
|||
|
|
@ -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};
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue