14 lines
339 B
Bash
Executable File
14 lines
339 B
Bash
Executable File
#!/bin/bash
|
|
|
|
. "$HOME/.cache/wal/colors-mango.sh"
|
|
|
|
export bordercolor="$color7"
|
|
export focuscolor="$color4"
|
|
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
|