Go to file
lanxu 4bff0c15f5 Removed attic 2022-04-03 23:53:51 +03:00
applications Added all changes since last year 2022-04-03 23:53:51 +03:00
fetchers Added all changes since last year 2022-04-03 23:53:51 +03:00
helpers Added all changes since last year 2022-04-03 23:53:51 +03:00
i3 Added all changes since last year 2022-04-03 23:53:51 +03:00
lib Major update to the existing python scripts and added creategif and tool for 256 color terms 2018-05-21 21:32:35 +03:00
maintenance Removed attic 2022-04-03 23:53:51 +03:00
sway Added all changes since last year 2022-04-03 23:53:51 +03:00
systemd Grammar improvements and more information 2019-06-27 16:48:19 +03:00
testing Added all changes since last year 2022-04-03 23:53:51 +03:00
tools Added all changes since last year 2022-04-03 23:53:51 +03:00
wayland-setup Added all changes since last year 2022-04-03 23:53:51 +03:00
.gitignore Added all changes since last year 2022-04-03 23:53:51 +03:00
README.md Added all changes since last year 2022-04-03 23:53:51 +03:00
docker-clean Added new scripts for various use-cases 2022-04-03 23:53:51 +03:00
dunst_message.sh Added all changes since last year 2022-04-03 23:53:51 +03:00
extract Readded extract shell script 2017-03-19 20:05:33 +02:00
extract.py Major update to the existing python scripts and added creategif and tool for 256 color terms 2018-05-21 21:32:35 +03:00
gputemp.py Added all changes since last year 2022-04-03 23:53:51 +03:00
i3-disable-standby-fs.py Added new scripts for various use-cases 2022-04-03 23:53:51 +03:00
import-gsettings Added all changes since last year 2022-04-03 23:53:51 +03:00
imv-dir Added new scripts for various use-cases 2022-04-03 23:53:51 +03:00
killwine Added new scripts for various use-cases 2022-04-03 23:53:51 +03:00
powermenu.sh Added all changes since last year 2022-04-03 23:53:51 +03:00
run-desktop-file Added all changes since last year 2022-04-03 23:53:51 +03:00
run-desktop.py Added script to run .desktop files from the command line 2015-07-05 17:51:04 +03:00
run-once Initial commit 2015-04-25 19:16:45 +03:00
run-xhost Added all changes since last year 2022-04-03 23:53:51 +03:00
screenshot.py Added the new scripts. Removed comicthumb 😥 2019-12-15 17:31:59 +02:00
startwayland Added all changes since last year 2022-04-03 23:53:51 +03:00
steam Added all changes since last year 2022-04-03 23:53:51 +03:00
sway_lock.sh Added new scripts for various use-cases 2022-04-03 23:53:51 +03:00
sway_screensaver.sh Added all changes since last year 2022-04-03 23:53:51 +03:00
togglehdmiaudio.sh Added the new scripts. Removed comicthumb 😥 2019-12-15 17:31:59 +02:00

README.md

Script collection by lanxu 💪

This is a general collection of useful scripts used by me. Most of the scripts are written or modified by me.

Disclaimer

Totally out-of-date. Will be updated in the future!

Scripts by others

Script Description
dropbox.py Copyright (c) Dropbox, Inc. Changed to target python2
https://www.dropbox.com/download?dl=packages/dropbox.py

Scripts by me

Python

Script Description
getGPUTemp.py Fetches GPU temperature as float. Logging enabled
encodeVP9.py Encodes files to VP9
extract.py Extracts input files with directory awareness (similar to nautilus)
run-desktop.py Run .desktop file
tools/gdx-atlas-to-phaser-atlas.py convert gdx-texture-packer-gui atlas to Phaser atlas

Shell

Script Description
run-once Wrapper script to run executable only once. In short, it prevents two or more instances of the same binary to run at the same time
extract Wrapper script for extract.py. Enables wildcards like extract *.rar
runDesktop.sh Give this script .desktop file and it runs the program
runWinePrefix.sh Give this script prefix name and binary and it runs wine with that prefix
sxiv_browser.sh Awesome sxiv_browser.sh script. Ported from feh_browser.sh (https://wiki.archlinux.org/index.php/Talk:Feh)
setTheme.sh Set GTK2 and GTK3 themes in case lxappearance is unable to help
search.sh Search current directory recursively with regex.
lastpass.sh I fed up with the browser extension. This is a wrapper for lpass binary provided by lastpass.

Other remarks

There are a few scripts that are just thrown into the mix in case I need them at some point.

convertAtlasXMLToJson.php (convert sprite atlases to json) sortPackagesBySize.sh (pacman script to sort packages by used size)