-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I used bashets for all my widgets and it works nice but for one thing about the
battery widget. I was expecting a notice by changing the battery left into red
color when it's less than 15%. So I modified my shell script which was called
by the battery widget in order to output formats like this "<span
color='red'>10%</span>".
But it went wrong, it just print whatever the shell script's output, the tag
<span> wasn't recognized by awesome then I try to copy the output into the
'format' feild and it works. Any body has a idea? Any help will be appreciated.
I was using
archlinux 3.12.7-2
awesome 3.5.2-1
bashets 0.6.3
battery widget: battery.lua
shell script: battery.sh
Original issue reported on code.google.com by kenbing...@gmail.com on 8 Feb 2014 at 10:25
Attachments: