add mango display manager
This commit is contained in:
13
config/mango/generate_conf.sh
Executable file
13
config/mango/generate_conf.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user