diff options
| author | Blista Kanjo | 2024-02-11 05:33:36 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2024-02-11 05:33:36 -0500 |
| commit | 6d052899aa369cd7f48a8faa7ca58bd63095cbb8 (patch) | |
| tree | 6ad944f70c8a2fe25f7a824209b74dc01cac5fc1 | |
| parent | 1a9e46befff1006749ff269e00f21fb0785a53d5 (diff) | |
refactor: remove `-w` & `-A` for compatibility purposes
| -rwxr-xr-x | .local/bin/posix-pomo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/posix-pomo b/.local/bin/posix-pomo index eacaa8c..fa9c03e 100755 --- a/.local/bin/posix-pomo +++ b/.local/bin/posix-pomo @@ -68,7 +68,7 @@ timer() { } notify_and_play_sound() { - notify-send 'posix-pomo(cli)' "$1" -i ~/.cache/pomo/pomo-tomato.png -t 120000 -w -A 'dismiss' & + notify-send 'posix-pomo(cli)' "$1" -i ~/.cache/pomo/pomo-tomato.png -t 120000 & echo echo "$2" mpv "$HOME/.cache/pomo/pomo-sound.mp3" >/dev/null 2>&1 & |
