aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/UserScripts/RofiCalc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config/hypr/UserScripts/RofiCalc.sh')
-rwxr-xr-xconfig/hypr/UserScripts/RofiCalc.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/hypr/UserScripts/RofiCalc.sh b/config/hypr/UserScripts/RofiCalc.sh
index cef80b81..7bef4b6c 100755
--- a/config/hypr/UserScripts/RofiCalc.sh
+++ b/config/hypr/UserScripts/RofiCalc.sh
@@ -3,7 +3,7 @@
# /* Calculator (using qalculate) and rofi */
# /* Submitted by: https://github.com/JosephArmas */
-rofi_config="$HOME/.config/rofi/config-calc.rasi"
+rofi_theme="$HOME/.config/rofi/config-calc.rasi"
# Kill Rofi if already running before execution
if pgrep -x "rofi" >/dev/null; then
@@ -15,8 +15,8 @@ fi
while true; do
result=$(
rofi -i -dmenu \
- -config "$rofi_config" \
- -mesg "$result = $calc_result"
+ -config $rofi_theme \
+ -mesg "$result = $calc_result"
)
if [ $? -ne 0 ]; then
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage