This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| ### ~/bin/battery_time_remaining.sh | |
| ### Elijah Caine | pop_n_fresh @ irc.freenode.net | |
| ### Displays the time remaining on your battery | |
| ### Requires acpi - Displays nothing without it | |
| ## '{print $5} can be changed to '{print $4}' for a percentage | |
| BAT_TIME=$(acpi | awk '{print $5}') | |
| echo $BAT_TIME |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <!-- Yes this file contains all of the JS, CSS, and HTML | |
| I'm sure this personally offends you at a very very | |
| deep level. If you would like to complain about this | |
| please email [email protected] --> | |
| <head> | |
| <title> <gif> { Random } </gif> </title> | |
| <style> |
NewerOlder