mirror of
https://gitlab.com/thebiblelover7/dotfiles.git
synced 2025-09-13 15:13:49 +00:00
added my scripts and added them to the install script
This commit is contained in:
21
scripts/social
Executable file
21
scripts/social
Executable file
@@ -0,0 +1,21 @@
|
||||
#!/bin/bash
|
||||
|
||||
choice=$(echo "Schildichat
|
||||
Element
|
||||
Signal
|
||||
Telegram" | rofi -dmenu -i)
|
||||
|
||||
case $choice in
|
||||
'Schildichat')
|
||||
schildichat-desktop
|
||||
;;
|
||||
'Element')
|
||||
element-desktop
|
||||
;;
|
||||
'Signal')
|
||||
signal-desktop
|
||||
;;
|
||||
'Telegram')
|
||||
telegram-desktop
|
||||
;;
|
||||
esac
|
Reference in New Issue
Block a user