]> Freerunner's - dotfiles.git/commitdiff
flavours: fix config
authorAndre Ramnitz <tux.rising@gmail.com>
Tue, 22 Jul 2025 00:46:23 +0000 (02:46 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Tue, 22 Jul 2025 00:53:38 +0000 (02:53 +0200)
show mako borders in monochrome

dot-config/flavours/config.toml
dot-config/flavours/templates/mako/templates/alpha.mustache

index e5b1f63a6b7916d7311846f611747e90516dddc8..7c015477c2f69c248adf1af68c21c31be2b7413d 100644 (file)
@@ -82,19 +82,12 @@ rewrite = true
 [[item]]
 template = "dircolors"
 file = "~/.config/flavours/templates/dircolors/scripts/gen_dircolors.py"
-hook = "python3 ~/.config/flavours/templates/dircolors/scripts/gen_dircolors.py > ~/.dircolors && eval 'dircolors ~/.dircolors'"
-# hook = "chmod 755 ~/.config/flavours/templates/dircolors/scripts/gen_dircolors.py && eval 'dircolors <(python3 ~/.config/flavours/templates/dircolors/scripts/gen_dircolors.py)'"
+hook = "eval dircolors <(python3 ~/.config/flavours/templates/dircolors/scripts/gen_dircolors.py)"
 rewrite = true
 
 [[item]]
 template = "mako"
 subtemplate = "alpha"
 file = "~/.config/mako/config"
-hook = "makoctl reload"
+hook = "makoctl reload && notify-send -u low Flavours \"colorscheme applied\""
 
-[[item]]
-template = "mako"
-subtemplate = "alpha"
-file = "/dev/null"
-rewrite = true
-hook = "notify-send -u low Flavours \"new theme applied\""
index bf49bbd64c0463d7e883215ecd65b7ed72317f5e..b909b29fb5090fd2055d030f4436419df518012d 100644 (file)
@@ -5,14 +5,14 @@
 
 background-color=#{{base01-hex}}aa
 text-color=#{{base05-hex}}
-border-color=#{{base0C-hex}}
+border-color=#{{base04-hex}}
 
 [urgency=low]
 background-color=#{{base01-hex}}aa
 text-color=#{{base0A-hex}}
-border-color=#{{base0C-hex}}
+border-color=#{{base04-hex}}
 
 [urgency=high]
 background-color=#{{base01-hex}}aa
 text-color=#{{base08-hex}}
-border-color=#{{base0C-hex}}
+border-color=#{{base04-hex}}