mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
reload kitty properly on theme change
This commit is contained in:
@@ -40,6 +40,9 @@ apply_kitty() {
|
||||
for i in "${!colorlist[@]}"; do
|
||||
sed -i "s/${colorlist[$i]} #/${colorvalues[$i]#\#}/g" "$STATE_DIR"/user/generated/terminal/kitty-theme.conf
|
||||
done
|
||||
|
||||
# Reload
|
||||
kill -SIGUSR1 $(pidof kitty)
|
||||
}
|
||||
|
||||
apply_anyterm() {
|
||||
|
||||
Reference in New Issue
Block a user