use pywal template
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user