aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rwxr-xr-xconfig/hypr/scripts/RofiPower.sh10
1 files changed, 2 insertions, 8 deletions
diff --git a/config/hypr/scripts/RofiPower.sh b/config/hypr/scripts/RofiPower.sh
index 84d86433..b8ca76b4 100755
--- a/config/hypr/scripts/RofiPower.sh
+++ b/config/hypr/scripts/RofiPower.sh
@@ -29,12 +29,6 @@ rofi_cmd() {
echo "$chosen_option"
}
-# Pass variables to rofi dmenu
-run_rofi() {
- chosen_option=$(rofi_cmd)
- echo "$chosen_option"
-}
-
# Execute Command
run_cmd() {
case $1 in
@@ -63,5 +57,5 @@ run_cmd() {
}
# Actions
-chosen_option=$(run_rofi)
-run_cmd "${chosen_option% *}" \ No newline at end of file
+chosen_option=$(rofi_cmd)
+run_cmd "${chosen_option% *}"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage