olimorris / tmux-pomodoro-plus

🍅 Incorporate the Pomodoro technique into your tmux workflow
MIT License
274 stars 23 forks source link

Notification and sound did not work on Linux! #7

Closed uzza1hossain closed 1 year ago

uzza1hossain commented 2 years ago

Config:

set -g @pomodoro_start 't' # Start a Pomodoro with tmux-prefix + p set -g @pomodoro_cancel 'T' # Cancel a Pomodoro with tmux-prefix key + P

set -g @pomodoro_mins 30 # The duration of the pomodoro set -g @pomodoro_break_mins 3 # The duration of the break after the pomodoro

set -g @pomodoro_on " 🍅" # The formatted output when the pomodoro is running set -g @pomodoro_complete " ✅" # The formatted output when the break is running

set -g @pomodoro_notifications 'on' # Enable desktop notifications from your terminal set -g @pomodoro_sound 'on' # Sound for desktop notifications (Run ls /System/Library/Sounds for a list of sounds to use on Mac)

uzza1hossain commented 2 years ago

I just read the source code. Notification depends on notify-send/libnotify-bin This package wasn't available on my PC. You should specify on readme that notification depends on notify-send/libnotify-bin