aboutsummaryrefslogtreecommitdiff
path: root/.local/bin
diff options
context:
space:
mode:
authorBlista Kanjo2024-02-11 05:33:36 -0500
committerBlista Kanjo2024-02-11 05:33:36 -0500
commit6d052899aa369cd7f48a8faa7ca58bd63095cbb8 (patch)
tree6ad944f70c8a2fe25f7a824209b74dc01cac5fc1 /.local/bin
parent1a9e46befff1006749ff269e00f21fb0785a53d5 (diff)
refactor: remove `-w` & `-A` for compatibility purposes
Diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/posix-pomo2
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 &