This file contains 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
############################################################################### | |
# | |
# file: dot.py | |
# | |
# Purpose: refer to python doc for documentation details. | |
# | |
# Note: This file is part of Termsaver application, and should not be used | |
# or executed separately. | |
# | |
############################################################################### |
This file contains 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/bash | |
############################################################################### | |
# | |
# file: i3lock.sh | |
# | |
# Purpose: manages i3lock with pre/post application restart hooks. | |
# eg. kills skype/pidgin once locked is triggered, and opens them | |
# again once lock is released. | |
# | |
# Usage: set call to this script in i3 config file, eg: |
This file contains 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/python | |
############################################################################### | |
# | |
# file: gmail-count | |
# | |
# Purpose: generates a string value representing the Gmail unread email count. | |
# | |
# Usage: pipe the i3status with this script (see i3status manpage) | |
# or use conky. | |
# |
This file contains 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/bash | |
# | |
# File: pingi | |
# | |
# Purpose: Ping Improved. Actually just handles better the timeout/unreachable. | |
# | |
# Author: BRAGA, Bruno <[email protected]> | |
# | |
# Copyright: | |
# |