diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-02 16:40:11 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-02 16:40:11 +0900 |
| commit | cc9ddba33584e34cbcbf05c288299bfe05be3266 (patch) | |
| tree | 58699908ec9e044051c23a711e9797b716710d3d /config | |
| parent | 8b44dc03f93861ae8a8f01e2f5ae56fd37240fb5 (diff) | |
remove the keyboard shorcuts in rofi power.sh
Diffstat (limited to 'config')
| -rwxr-xr-x | config/hypr/scripts/RofiPower.sh | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
