i3status-rust: Set notifier
Without this, we do not get a message window via mako and need to check in on the pomodoro timer in status bar manually.
This commit is contained in:
parent
3e7fd609ec
commit
5dbc5d4c29
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ length = 25
|
||||||
break_length = 5
|
break_length = 5
|
||||||
message = "Take a break!"
|
message = "Take a break!"
|
||||||
break_message = "Back to work!"
|
break_message = "Back to work!"
|
||||||
|
notifier = "notifysend"
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "time"
|
block = "time"
|
||||||
|
|
Loading…
Reference in a new issue