From cc9ddba33584e34cbcbf05c288299bfe05be3266 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 2 Dec 2023 16:40:11 +0900 Subject: remove the keyboard shorcuts in rofi power.sh --- config/hypr/scripts/RofiPower.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config/hypr/scripts') diff --git a/config/hypr/scripts/RofiPower.sh b/config/hypr/scripts/RofiPower.sh index 7217a14a..c4202f97 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 -- cgit v1.2.3