my custom scripts added

This commit is contained in:
Void Soul 2020-07-01 20:44:26 +05:30
parent b51c4b85ff
commit 7f335c1a8c
4 changed files with 65 additions and 1 deletions

36
.local/bin/fireplaces Executable file
View File

@ -0,0 +1,36 @@
#!/bin/zsh
case "$1" in
floo)
sudo mount /dev/sda3 ~/tent/durmstrang &&
sudo mount /dev/sda4 ~/tent/ilvermony &&
sudo mount /dev/sdb1 ~/tent/hogsmead &&
sudo mount /dev/sdb2 ~/tent/muzix &&
sudo mount /dev/sdb3 ~/tent/castelobruxo &&
sudo mount /dev/sdb4 ~/tent/hogwarts &&
notify-send "You got Access in:
🚢 Durmstrang
🌲 Ilvermony
🏘 Hogsmead
🎼 Muzix
🏯 Castelobruxo
🧙 Hogwarts"
;;
flew)
sudo umount /dev/sda3 &&
sudo umount /dev/sda4 &&
sudo umount /dev/sdb1 &&
sudo umount /dev/sdb2 &&
sudo umount /dev/sdb3 &&
sudo umount /dev/sdb4 &&
notify-send "(Enjoy Holidays) Regards-
🚢 Durmstrang
🌲 Ilvermony
🏘 Hogsmed
🎼 Muzix
🏯 Castelobruxo
🧙 Hogwarts"
;;
*)
notify-send "Do you want to floo in or flew out from portals" ;;
esac

13
.local/bin/myprograms Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh
# This Script shows the Apps list generated by you in appslist file
# Its based on Luke Smith's dmenunicode script and tutorialvids script
appslist="/home/voidme/.local/share/larbs/appslist"
less "$appslist" | grep -P "^$(less "$appslist" | grep ";" | sed 's/\t.*//g' | dmenu -i -p "All Programs: (ESC to cancel)" -l 20 | awk '{print $1}')\s" | sed 's/.*\t;//' | ${SHELL:-"/bin/bash"} &
#dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &
#xargs -r st -e

View File

@ -0,0 +1,15 @@
🦁 brave ;exec `brave`
📔 Libre Office ;exec '/home/voidme/tent/hogsmead/Softwares/home/LibreOffice-fresh.basic-x86_64.AppImage'
🖌 Gimp ;exec '/home/voidme/tent/hogsmead/Softwares/home/GIMP.AppImage'
🎶 cava ;$TERMINAL -e '/home/voidme/tent/hogsmead/Softwares/Linux_Soft/Binary_Builds/cava/cava'
🎼 vis ;$TERMINAL -e '/home/voidme/tent/hogsmead/Softwares/Linux_Soft/Binary_Builds/cli-visualizer/build/vis'
👀 Speed Reader ;wine '/home/voidme/tent/hogsmead/Softwares/Linux_Soft/Binary_Builds/Speed Reader Enhanced Portable/Speed Reader Enhanced Portable/Speed Reader Enhanced.exe'
💭 RIOT.IM ;exec '/home/voidme/tent/hogsmead/Softwares/home/Riot-x86_64.AppImage'
🐧 eDEX-UI ;exec '/home/voidme/tent/hogsmead/Softwares/home/eDEX-UI.Linux.x86_64.AppImage'
🎹 lmms ;exec '/home/voidme/tent/hogsmead/Softwares/home/lmms.AppImage'
💭 Discord ;exec '/home/voidme/tent/hogsmead/Softwares/home/Discord'
☠ CS:CZ ;cd '/home/voidme/.local/share/wineprefixes/default/drive_c/Program Files (x86)/Condition Zero - Xtreme Edition/' && wine 'czero.exe'
🤖 Xonotic ;cd '/home/voidme/tent/hogsmead/Softwares/home/Xonotic/' && ./xonotic-linux64-glx
⛑ Delta Force 2 ;cd '/home/voidme/tent/hogwarts/Games/Delta 2/DeltaF_2/' && wine Df2.exe

View File

@ -9,7 +9,7 @@ dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XA
mpd & # music player daemon-you might prefer it as a service though
remaps & # run the remaps script, switching caps/esc and more; check it for more info
fireplaces floo # Mounting Drives
fireplaces floo & # Mounting Drives
#xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/Xresources & # Uncomment to use Xresources colors/settings on startup
xcompmgr & # xcompmgr for transparency
dunst & # dunst for notifications