diff options
author | awy <awy@awy.one> | 2024-11-05 01:07:33 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-11-05 01:07:33 +0300 |
commit | 86f0c04dba6406550bb09d5a349e05b728bb1708 (patch) | |
tree | 04b349ca8b0508477005c19dcde36098951c92cc /.local/bin/statusbar/sb-forecast | |
parent | 79202f8e3686f80f01e78e540ff45b7fb1793bcc (diff) |
scripts
Diffstat (limited to '.local/bin/statusbar/sb-forecast')
-rwxr-xr-x | .local/bin/statusbar/sb-forecast | 2 |
1 files changed, 1 insertions, 1 deletions
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. |