mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
reload kitty after theming
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