add mango display manager

This commit is contained in:
2026-01-25 17:44:52 +01:00
parent bf6eda716b
commit 6013417cd5
9 changed files with 301 additions and 3 deletions

13
config/mango/generate_conf.sh Executable file
View 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