Added Apps
This commit is contained in:
@@ -6,13 +6,15 @@ if [[ -z "$ID" ]]; then
|
|||||||
echo "Usage: $0 Number"
|
echo "Usage: $0 Number"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
# Command Helper: hyprctl clients -j | jq '.[] | select(.workspace.id == 4)'
|
||||||
|
# Icons: https://www.nerdfonts.com/cheat-sheet
|
||||||
declare -A MAP=(
|
declare -A MAP=(
|
||||||
# Youtube
|
# Youtube
|
||||||
["Grayjay"]=""
|
["Grayjay"]=""
|
||||||
# Browser
|
# Browser
|
||||||
["Ablaze Floorp"]=""
|
["Ablaze Floorp"]=""
|
||||||
["LibreWolf"]=""
|
["LibreWolf"]=""
|
||||||
|
["midori"]=""
|
||||||
["brave-browser"]=""
|
["brave-browser"]=""
|
||||||
["chromium"]=""
|
["chromium"]=""
|
||||||
#E-Mail
|
#E-Mail
|
||||||
@@ -26,14 +28,66 @@ declare -A MAP=(
|
|||||||
["ffplay"]=""
|
["ffplay"]=""
|
||||||
# Chats
|
# Chats
|
||||||
["Discord"]=""
|
["Discord"]=""
|
||||||
|
["vesktop"]=""
|
||||||
["Signal"]=""
|
["Signal"]=""
|
||||||
|
["xyz.chatboxapp.app"]=""
|
||||||
# Coding
|
# Coding
|
||||||
["Visual Studio Code"]=""
|
["Visual Studio Code"]=""
|
||||||
["VSCodium"]=""
|
["VSCodium"]=""
|
||||||
|
["jetbrains-idea"]=""
|
||||||
|
["jetbrains-studio"]=""
|
||||||
|
# Text Editor
|
||||||
|
["mousepad"]=""
|
||||||
# Password
|
# Password
|
||||||
["org.keepassxc.KeePassXC"]=""
|
["org.keepassxc.KeePassXC"]=""
|
||||||
|
["Yubico Authenticator"]=""
|
||||||
# Cloud
|
# Cloud
|
||||||
["Nextcloud"]=""
|
["com.nextcloud.desktopclient.nextcloud"]=""
|
||||||
|
# App Store
|
||||||
|
["Octopi"]=""
|
||||||
|
# Games
|
||||||
|
["steam"]=""
|
||||||
|
["org.prismlauncher.PrismLauncher"]=""
|
||||||
|
["Minecraft* 1.21.11"]=""
|
||||||
|
# Digital Arts
|
||||||
|
["Blender"]=""
|
||||||
|
["Krita"]=""
|
||||||
|
# VM
|
||||||
|
["virt-manager"]=""
|
||||||
|
["VirtualBox Manager"]=""
|
||||||
|
["remote-viewer"]=""
|
||||||
|
# Audio
|
||||||
|
["qpwgraph"]=""
|
||||||
|
["Carla"]=""
|
||||||
|
# Video
|
||||||
|
["com.obsproject.Studio"]=""
|
||||||
|
# Document Editor/Viewer
|
||||||
|
["libreoffice-startcenter"]=""
|
||||||
|
["libreoffice-base"]=""
|
||||||
|
["libreoffice-calc"]=""
|
||||||
|
["libreoffice-draw"]=""
|
||||||
|
["libreoffice-impress"]=""
|
||||||
|
["libreoffice-math"]=""
|
||||||
|
["libreoffice-writer"]=""
|
||||||
|
["com.github.flxzt.rnote"]=""
|
||||||
|
["com.github.xournalpp.xournalpp"]=""
|
||||||
|
# Hardware
|
||||||
|
["Mission Center"]=""
|
||||||
|
["QDirStat"]=""
|
||||||
|
["Disks"]=""
|
||||||
|
# File Manager
|
||||||
|
["nemo"]=""
|
||||||
|
["org.gnome.Nautilus"]=""
|
||||||
|
["org.kde.dolphin"]=""
|
||||||
|
# Settings
|
||||||
|
["nwg-look"]="" # gtk-settings
|
||||||
|
["qt5ct"]=""
|
||||||
|
["qt6ct"]=""
|
||||||
|
["sddm-conf"]=""
|
||||||
|
["blueman-manager"]=""
|
||||||
|
["nm-connection-editor"]=""
|
||||||
|
# Calculator
|
||||||
|
["Calculator"]=""
|
||||||
)
|
)
|
||||||
|
|
||||||
# APPS=$(hyprctl clients -j | jq -r ".[] | select(.workspace.id == $ID) | .initialTitle")
|
# APPS=$(hyprctl clients -j | jq -r ".[] | select(.workspace.id == $ID) | .initialTitle")
|
||||||
|
|||||||
Reference in New Issue
Block a user