use pywal template

This commit is contained in:
2026-01-25 18:37:44 +01:00
parent c3e6cd99a0
commit 09282688d0
2 changed files with 37 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
#!/bin/bash
. "$HOME/.cache/wal/colors.sh"
. "$HOME/.cache/wal/colors-mango.sh"
export bordercolor="0x${color7:1}ff"
export focuscolor="0x${color4:1}ff"
export bordercolor="$color7"
export focuscolor="$color4"
export urgentcolor="0xad401fff"
# for simplicity, using envsubst: