14 lines
349 B
Bash
Executable File
14 lines
349 B
Bash
Executable File
#!/bin/bash
|
|
|
|
. "$HOME/.cache/wal/colors.sh"
|
|
|
|
export bordercolor="0x${color7:1}ff"
|
|
export focuscolor="0x${color4:1}ff"
|
|
export urgentcolor="0xad401fff"
|
|
|
|
# for simplicity, using envsubst:
|
|
envsubst <$HOME/.config/mango/config.template.conf >$HOME/.config/mango/config.conf
|
|
|
|
# optionally force Mango to reload or redraw (if needed)
|
|
mmsg -d reload_config
|