[Dx-packages] [Bug 617816] Re: notification problems

2015-11-18 Thread Vishwanath
** 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

[Dx-packages] [Bug 617816] Re: Critically Low Battery Notification not showing in Ubuntu 14.04 lts

2015-11-18 Thread Vishwanath
** 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

[Dx-packages] [Bug 617816] Re: Critically Low Battery Notification not showing in Ubuntu 14.04 lts

2015-11-18 Thread Vishwanath
#!/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

[Dx-packages] [Bug 617816] Re: Critically Low Battery Notification not showing in Ubuntu 14.04 lts

2015-11-18 Thread Vishwanath
#!/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