|
2013-01-10
, 10:30
|
Posts: 44 |
Thanked: 20 times |
Joined on May 2012
|
#472
|
|
2013-01-10
, 10:47
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#473
|
|
2013-01-10
, 12:22
|
Posts: 44 |
Thanked: 20 times |
Joined on May 2012
|
#474
|
|
2013-01-10
, 16:26
|
Posts: 44 |
Thanked: 20 times |
Joined on May 2012
|
#475
|
|
2013-01-10
, 16:33
|
|
Community Council |
Posts: 664 |
Thanked: 1,648 times |
Joined on Apr 2012
@ Hamburg
|
#476
|
|
2013-01-10
, 16:35
|
|
Community Council |
Posts: 664 |
Thanked: 1,648 times |
Joined on Apr 2012
@ Hamburg
|
#477
|
#!/bin/sh status=$(lshal | grep -v grep | grep battery.charge_level.percentage | awk '{print $3}' | head -1) if [[ $status -ge 50 ]] then printf "{{green}} $status" fi if [[ $status -ge 25 && $status -le 49 ]] then printf "{{yellow}} $status" fi if [[ $status -le 24 ]] then printf "{{red}} $status" fi
sys.stdout.write('\n'.join(sorted(get_queued_alarms())))
print '\n'.join(sorted(get_queued_alarms())) or 'No alarms'
|
2013-01-10
, 16:37
|
Posts: 277 |
Thanked: 319 times |
Joined on Jan 2010
|
#478
|
Right now I'm on a WiFi router with broken internet connection. Nothing works, but wazapp thinks he is online, but it's not. Billboard thinks we are online too. Useless plugin? NHF.
|
2013-01-10
, 17:07
|
Posts: 68 |
Thanked: 10 times |
Joined on Jul 2012
|
#479
|
|
2013-01-10
, 17:17
|
|
Community Council |
Posts: 664 |
Thanked: 1,648 times |
Joined on Apr 2012
@ Hamburg
|
#480
|
Telegram | Openrepos | GitHub | Revolut donations