** Changed in: notify-osd (Ubuntu)
Assignee: ALexzander Marzouca (jamaica-king1029) => Vishwanath
(vishwanathtallalli24)
** Summary changed:
- notification problems
+ Critically Low Battery Notification not showing in Ubuntu 14.04.1
** Summary changed:
- Critically Low Batt
** Changed in: notify-osd (Ubuntu)
Status: New => Fix Committed
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to notify-osd in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/617816
Title:
Critically Low Ba
#!/bin/bash
BATTERY=$(upower -e | grep 'BAT')
while [ 1 ]
do
BATTERY_PERCENTAGE=$(upower -i $BATTERY|grep percentage|awk '{ print $2
}'|sed s/'%'/''/g)
if [[ "$BATTERY_PERCENTAGE" -lt "11" ]]; then
notify-send --urgency=critical "WARNING: Battery is about to die" "Plug in
the pow
#!/bin/bash
BATTERY=$(upower -e | grep 'BAT')
while [ 1 ]
do
BATTERY_PERCENTAGE=$(upower -i $BATTERY|grep percentage|awk '{ print $2
}'|sed s/'%'/''/g)
if [[ "$BATTERY_PERCENTAGE" -lt "11" ]]; then
notify-send --urgency=critical "WARNING: Battery is about to die" "Plug in
the pow
4 matches
Mail list logo