Rsync Scripts

- Fix "kilall" to "killall" in scripts
- Add rsync scripts to synchronize from laptop to cloud/external hdd/phone
- Add rsync rofi menu scrip
- Add rsync rofi menu to control center
- Fix spacing issue with gamemode.ini content in README.org
This commit is contained in:
Sravan Balaji
2022-05-18 17:40:34 -04:00
parent ada09abdd8
commit d3a3c62650
15 changed files with 365 additions and 33 deletions

View File

@@ -37,7 +37,7 @@ rofi_menu() {
option=$(printf '%s\n' "${choice}" | awk '{print $NF}')
if [[ "$option" == "quit" ]]; then
kilall rofi
killall rofi
elif [[ "$option" != "back" ]]; then
main "--$option" && main "--rofi"
fi