Update to Apps and Networking and added Idle Button

This commit is contained in:
Hannes
2026-03-22 20:53:49 +01:00
parent 9c69bad626
commit 8a8c38be67
5 changed files with 74 additions and 9 deletions
+7 -4
View File
@@ -26,6 +26,8 @@ declare -A MAP=(
["VLC media player"]="󰕼"
["mpv"]=""
["ffplay"]=""
# Video editing
["org.kde.kdenlive"]=""
# Chats
["discord"]=""
["vesktop"]=""
@@ -37,7 +39,7 @@ declare -A MAP=(
["jetbrains-idea"]=""
["jetbrains-studio"]=""
# Text Editor
["mousepad"]="󱩼"
["org.xfce.mousepad"]="󱩼"
# Password
["org.keepassxc.KeePassXC"]=""
["Yubico Authenticator"]=""
@@ -66,12 +68,13 @@ declare -A MAP=(
# Document Editor/Viewer
["libreoffice-startcenter"]=""
["libreoffice-base"]=""
["libreoffice-calc"]=""
["libreoffice-draw"]=""
["libreoffice-calc"]="󱎏"
["libreoffice-draw"]="󱎐"
["libreoffice-impress"]=""
["libreoffice-math"]=""
["libreoffice-writer"]=""
["libreoffice-writer"]="󱎒"
["com.github.flxzt.rnote"]="󱩼"
["Xreader"]="󱩼"
["com.github.xournalpp.xournalpp"]="󱩼"
["qpdfview.local.qpdfview"]="󱩼"
# Hardware
+5
View File
@@ -0,0 +1,5 @@
if pgrep -x "hypridle" >/dev/null ;then
killall hypridle
else
hypridle &
fi