Update README.md

This commit is contained in:
Ferit Yiğit BALABAN 2022-01-21 01:11:04 +03:00 committed by GitHub
parent 0a8c8fb773
commit 5c1d0614a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,22 +1,23 @@
## scripts ## scripts
This repository contains scripts that I actively develop & use on my GNU/Linux machine. This repository contains Python and shell scripts that I actively develop and utilize on my GNU/Linux [(or as I've recently taken to calling it, GNU plus Linux)](https://balaban.software/tribute.html) machine.
### launch_searx.sh ### launch_searx.sh
create a cron job to execute this script on reboot. starts a docker container for searx. use a cron job to execute this script on reboot.
> @reboot sh $HOME/scripts/launch_searx.sh
dependencies: dependencies:
- docker installation (do not use snap to install) - docker installation (do not use snap to install)
### pi & piw ### pi & piw
ssh into my dear raspberry pi, static ip's change according to connection medium (lan vs wlan) ssh into my dear raspberry pi, static ip addresses change according to connection medium (lan vs wlan)
### volumeup.sh ### volumeup.sh
used in i3wm to set maximum volume level. calling this script increases current volume level by 5% used in i3wm to set maximum volume level. calling this script increases current volume level by 5%
change the number in condition part of script ($current -lt 200) to set the maximum level change the number in condition part of script ($current -lt 200) to set the upper limit
used by: used by:
- i3wm configuration - i3wm configuration
@ -24,8 +25,6 @@ used by:
dependencies: dependencies:
- pactl - pactl
- pulseaudio (?) - pulseaudio (?)
- awk
- sed
### update_repos.py ### update_repos.py
@ -50,4 +49,5 @@ dependencies:
generates and deploys my polybar configuration with color parameters. significantly reduces the time it takes to change colors. generates and deploys my polybar configuration with color parameters. significantly reduces the time it takes to change colors.
dependencies: dependencies:
- launch_polybar.sh - [launch_polybar.sh](https://github.com/fybalaban/scripts#launch_polybarsh)
- [polybar](https://github.com/polybar/polybar) (I mean how can you use this config without polybar?)