diff --git a/config/hypr/scripts/RofiPower.sh b/config/hypr/scripts/RofiPower.sh index 6978d2d..b8ca76b 100755 --- a/config/hypr/scripts/RofiPower.sh +++ b/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% *}" \ No newline at end of file +run_cmd "${chosen_option% *}"