From 86f0c04dba6406550bb09d5a349e05b728bb1708 Mon Sep 17 00:00:00 2001 From: awy Date: Tue, 5 Nov 2024 01:07:33 +0300 Subject: scripts --- .local/bin/statusbar/sb-forecast | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/statusbar') diff --git a/.local/bin/statusbar/sb-forecast b/.local/bin/statusbar/sb-forecast index 4167dc6..699c868 100755 --- a/.local/bin/statusbar/sb-forecast +++ b/.local/bin/statusbar/sb-forecast @@ -42,7 +42,7 @@ openterm() { } case $1 in - 1) hyprctl dispatch exec "[float; size 1700 1100;]" "$TERMINAL -e less -Sfr \"$weatherreport\"" + 1) hyprctl dispatch exec "[float; size 1800 1100;]" "$TERMINAL -e less -Sfr \"$weatherreport\"" ;; 2) getforecast && showweather ;; 3) notify-send "🌈 Weather module" "\- Left click for full forecast. -- cgit v1.2.3