Browse Source

Update RofiPower.sh

pull/36/head
Daniel 2 years ago committed by GitHub
parent
commit
c9507b677c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      config/hypr/scripts/RofiPower.sh

3
config/hypr/scripts/RofiPower.sh

@ -26,6 +26,7 @@ rofi_cmd() {
-kb-select-5 "s" \
-kb-select-6 "h" \
-theme ~/.config/rofi/config-powermenu.rasi | awk '{print $1}')
echo "$chosen_option"
}
# Execute Command
@ -57,4 +58,4 @@ run_cmd() {
# Actions
chosen_option=$(rofi_cmd)
run_cmd "${chosen_option% *}"
run_cmd "${chosen_option% *}"

Loading…
Cancel
Save