瀏覽代碼

Try again? Amend fail..
I don't need my computer to be belligerent towards me.
Change the low battery message.

Andrew Swistak 11 年之前
父節點
當前提交
ceaf6a6e1b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/auto-hibernate.sh

+ 1 - 1
scripts/auto-hibernate.sh

@@ -6,7 +6,7 @@ if [[ $stat -eq "Discharging" ]]; then
   export DISPLAY=:0.0
   if [[ $batperc -le 8 ]]; then
     # This will, and should, spam me when my battery gets low.
-    notify-send 'Battery is low!' 'Save your work, idiot!' --icon=battery-low
+    notify-send 'HEY! Your battery is low!' 'Save your work!!' --icon=battery-low
   fi
   if [[ $batperc -eq 0 ]]; then
     # TODO: Find a way to not use sudo/editing sudoers