fix(bin): alacritty automatic theme changing

This commit is contained in:
2024-07-30 00:22:07 +03:00
parent dc76fa8914
commit e329868568
2 changed files with 10 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ darknotify_alacritty()
x-have dark-notify && {
# subprocess is used to prevent the command from showing it was backgrounded
(
silent flock /tmp/dark-notify-alacritty.lock dark-notify \
flock /tmp/dark-notify-alacritty.lock dark-notify \
-c "$HOME/.dotfiles/local/bin/x-change-alacritty-theme" &
) &> /dev/null
}