diff --git a/config/hypr/scripts/RofiPower.sh b/config/hypr/scripts/RofiPower.sh index 7217a14..c4202f9 100755 --- a/config/hypr/scripts/RofiPower.sh +++ b/config/hypr/scripts/RofiPower.sh @@ -1,5 +1,7 @@ #!/bin/bash +#### By default will not show the keyboard shortcuts as it looks Hideous :) + SwayLock=$HOME/.config/hypr/scripts/LockScreen.sh # CMDs @@ -7,7 +9,7 @@ uptime_info=$(uptime -p | sed -e 's/up //g') host=$(hostnamectl hostname) # Options with Icons and Text -options=("Lock(l)" "Suspend(u)" "Logout(e)" "Reboot(r)" "Shutdown(s)" "Hibernate(h)") +options=("Lock" "Suspend" "Logout" "Reboot" "Shutdown" "Hibernate") icons=("" "" "󰿅" "󱄌" "" "󰒲") # Rofi CMD