Last active
November 27, 2020 09:47
-
-
Save Atreyagaurav/2a7c108fa0dd5749a0e730651f6529fd to your computer and use it in GitHub Desktop.
script which shows menu for most used scripts configurable in json.
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
{ | |
"bgcolor": "black", | |
"scripts":[ | |
{ | |
"name": "Next Chapter", | |
"script":"/home/gaurav/scripts/next_episode.py", | |
"tooltip":"While in firefox, change the address to next chapter or episode" | |
},{ | |
"name": "Animes/Series Log", | |
"script": "emacs /home/gaurav/personal.org", | |
"tooltip": "Org note on anime i am watching in emacs" | |
},{ | |
"name":"c2 picture", | |
"script":"feh /home/gaurav/Pictures/cc.jpg", | |
"tooltip":"c2 background incase I need black blackground for transparent windows" | |
},{ | |
"name": "Play Songs Vid", | |
"script": "mpv ~/media_volumn/songs_vid/ --geometry=300-0-0 --shuffle", | |
"tooltip": "Play the songs in mpv player, so I can put it in scratchpad" | |
},{ | |
"name": "Update Packages", | |
"script": "terminator -T Updating -x sudo pacman -Syu", | |
"tooltip": "Update the packages with pacman" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment