mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-20 10:55:26 +00:00
fix(bin): alacritty automatic theme changing
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user