Browse Source

remove the keyboard shorcuts in rofi power.sh

pull/49/head
JaKooLit 2 years ago
parent
commit
cc9ddba335
  1. 4
      config/hypr/scripts/RofiPower.sh

4
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

Loading…
Cancel
Save