rewrite colorPrefix

This commit is contained in:
2026-01-15 19:39:46 -06:00
parent e008cd4d89
commit 3335542d54

View File

@@ -95,14 +95,14 @@
'')
(pkgs.writeShellScriptBin "colorPrefix" ''
eval "$@" &
sleep 0.4
${pkgs.pywalfox-native}/bin/pywalfox update &
pidof firefox && ${pkgs.pywalfox-native}/bin/pywalfox update &
pidof kitty && pkill -USR1 kitty
pidof cava && pkill -USR1 cava
for i in ''$(ls /run/user/1000 | grep nvim); do
${pkgs.neovim-remote}/bin/nvr -s --servername /run/user/1000/''$i --remote-send '<cmd>colorscheme pywal<CR>';
done
eval "$@"
'')
(pkgs.writeShellScriptBin "onSystemStart" ''