diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-10-19 18:03:16 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-10-19 18:03:16 +0530 |
| commit | b7833e8e3a350288c58e2530d9116712abe5e2fc (patch) | |
| tree | 7bedc3546e9678c1511d917bfa8936dc71ea1c66 /.config | |
| parent | 0f9c40188637c04da8c5a23a8cea47662bb87c4e (diff) | |
fuzzel: add pywal template
Diffstat (limited to '.config')
| -rw-r--r-- | .config/kanshi/config | 19 | ||||
| -rw-r--r-- | .config/wal/templates/colors-fuzzel.ini | 11 |
2 files changed, 21 insertions, 9 deletions
diff --git a/.config/kanshi/config b/.config/kanshi/config index 6ced72e..2817141 100644 --- a/.config/kanshi/config +++ b/.config/kanshi/config @@ -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 { output eDP-1 { enable @@ -30,3 +21,13 @@ profile docked { position 1920,0 } } + +profile external-only { + output eDP-1 disable + output HDMI-A-1 { + mode 1920x1080 + position 0,0 + scale 1 + } +} + diff --git a/.config/wal/templates/colors-fuzzel.ini b/.config/wal/templates/colors-fuzzel.ini new file mode 100644 index 0000000..8cde663 --- /dev/null +++ b/.config/wal/templates/colors-fuzzel.ini @@ -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 |
