feat: more cool theming

This commit is contained in:
2024-04-25 22:18:18 +02:00
parent 5c27567ca1
commit b9cd147c0e
5 changed files with 30 additions and 1 deletions

View File

@@ -83,6 +83,10 @@ in
for i in $(pgrep -u "$USER" -x nvim); do
kill -USR1 "$i"
done
if command -v hyprctl &> /dev/null; then
hyprctl reload
fi
'';
})
];
@@ -134,6 +138,14 @@ in
input_path = ./nvim.vim;
output_path = "${homeCfg.xdg.configHome}/nvim/colors/matugen.vim";
};
hyprland = {
input_path = ./hyprland.conf;
output_path = "${homeCfg.xdg.configHome}/hypr/theme.conf";
};
anyrun = {
input_path = ./anyrun.css;
output_path = "${homeCfg.xdg.configHome}/anyrun/theme.css";
};
};
};
};