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
| Nothing to see here... | |
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
| // ==UserScript== | |
| // @name m.fb.Dim | |
| // @namespace Sketch2 | |
| // @description mobile.facebook.Dimmer | |
| // @include https://m.facebook.* | |
| // @exclude https://m.facebook.com/friends/* | |
| // @version 1.8 | |
| // @grant GM_info | |
| // @grant GM_getValue | |
| // @grant GM_setValue |
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
| conky.config = { | |
| alignment = 'top_right', | |
| background = false, | |
| border_outer_margin = 5, | |
| border_width = 1, | |
| cpu_avg_samples = 2, | |
| default_color = white, | |
| default_outline_color = '#555', | |
| default_shade_color = 'black', | |
| draw_borders = false, |
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/python | |
| # -*-coding: utf-8 -*- | |
| import requests as rq ## used to access URL's in Python | |
| import time ## used to delay a moment between server retries | |
| """========================================================""" | |
| ## WUtemp.py | |
| ## Updates Conky with temperature from WeatherUnderground | |
| ## | |
| ## by Doyousketch2 | |
| ## Nov 4, 2016 |
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/python | |
| import requests as rq ## used to access URL's in Python | |
| """========================================================""" | |
| ## ScratchMessages.py | |
| ## Updates Conky when you have messages on Scratch.mit.edu | |
| ## | |
| ## by Doyousketch2 | |
| ## Oct 30, 2016 | |
| ## | |
| ## GNU GPLv3 - https://www.gnu.org/licenses/gpl-3.0.html |
NewerOlder