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
| /* | |
| compile: gcc -o ticks ticks.c | |
| run: ./ticks $(pgrep awesome) 20 3 | |
| This makes 3 measurements of each 20 seconds | |
| Best used with short timeouts in the widgets and everything else idling. | |
| */ |
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
| --[[ | |
| Licensed under GNU General Public License v2 | |
| * (c) 2015, InfinityTotality | |
| * (c) 2014, projektile, worron | |
| * (c) 2013, Luke Bonham | |
| * (c) 2009, Donald Ephraim Curtis | |
| * (c) 2008, Julien Danjolu | |
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
| --[[ | |
| Licensed under GNU General Public License v2 | |
| * (c) 2014 projektile, worron | |
| * (c) 2013 Luke Bonham | |
| * (c) 2009 Donald Ephraim Curtis | |
| * (c) 2008 Julien Danjolu | |
| With gaps between windows two times wider | |
| (like xmonad) |
NewerOlder