12 lines
239 B
Bash
Executable File
12 lines
239 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${HOME}/.cache/wal/colors.sh"
|
|
|
|
export background_color="${background}89"
|
|
export text_color="$foreground"
|
|
export border_color="$color13"
|
|
|
|
envsubst <$HOME/.config/mako/config.template >$HOME/.config/mako/config
|
|
|
|
makoctl reload
|