fuzzel: add pywal template

This commit is contained in:
krolxon 2025-10-19 18:03:16 +05:30
parent 0f9c401886
commit b7833e8e3a
2 changed files with 21 additions and 9 deletions

View File

@ -7,15 +7,6 @@ profile laptop-only {
} }
} }
profile external-only {
output eDP-1 disable
output HDMI-A-1 {
mode 1920x1080
position 0,0
scale 1
}
}
profile docked { profile docked {
output eDP-1 { output eDP-1 {
enable enable
@ -30,3 +21,13 @@ profile docked {
position 1920,0 position 1920,0
} }
} }
profile external-only {
output eDP-1 disable
output HDMI-A-1 {
mode 1920x1080
position 0,0
scale 1
}
}

View File

@ -0,0 +1,11 @@
[colors]
background={background.strip}ff
prompt={foreground.strip}ff
text={foreground.strip}ff
placeholder={foreground.strip}ff
input={foreground.strip}ff
match={foreground.strip}ff
selection={color15.strip}ff
selection-text={color4.strip}ff
selection-match={background.strip}ff
border={color1.strip}ff