mako: Include color configuration

Include the color config for mako from ~/.local/state/mako/style instead
of hardcoding it or templating it into the config file.

This means we have to ensure the directory and file exist before running
mako which we do with an `env.d` startup script.
This commit is contained in:
Marty Oehme 2025-09-21 12:39:47 +02:00
parent 6086f47023
commit c2e64a17e0
Signed by: Marty
GPG key ID: 4E535BC19C61886E
4 changed files with 10 additions and 14 deletions

View file

@ -93,9 +93,6 @@ writing = "~"
depends = ["linux", "desktop", "multimedia", "qutebrowser"]
[desktop.files]
"desktop/.config/flavours/templates" = { target = "~/.config/flavours/templates", type = "symbolic" }
"desktop/.config/waybar/config" = { target = "~/.config/waybar/config", type = "symbolic" }
"desktop/.config/mako/config" = { target = "~/.config/mako/config", type = "template", prepend = "# TEMPLATED BY DOTTER\n" }
"desktop/README.md" = { target = "~/NOWHERE", type = "symbolic", if = "false" }
desktop = "~"