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
| #!/usr/bin/env perl | |
| # François Serman <[email protected]> | |
| # 07 nov 2012 | |
| # Initial version: updates awesome widget perdiodicaly, or when killed | |
| # via SIGUSR1 | |
| # | |
| # Awesome setup: | |
| # mpdbox = widget({ type = "textbox", name = "mpdbox" }) | |
| # ... |
NewerOlder