diff options
Diffstat (limited to '')
-rw-r--r-- | README.org | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -21,6 +21,11 @@ Next you must find a way to get the script running right after loging in. Add th lowbat > /dev/null 2>&1 & #+END_SRC +/Note:/ Make sure ~dunst~ is running in the background. In your startup programs manager/rc: +#+BEGIN_SRC shell +dunst > /dev/null 2>&1 & +#+END_SRC + ** Options Two options are available: - ~--say [MESSAGE]~ allows you to set your own warning message lowbat is active. |