diff options
author | awy <awy@tutamail.com> | 2024-08-28 01:59:35 +0300 |
---|---|---|
committer | awy <awy@tutamail.com> | 2024-08-28 01:59:35 +0300 |
commit | b06e65af9ebab8bf798ac604eded246281e1e002 (patch) | |
tree | 28d428ca293f0a1cfe0b9457140d8e874fc7e4e1 /.local/bin/statusbar/sb-forecast | |
parent | 171cb279b05e639f07162059d1d0f390497e36b6 (diff) |
theme
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 113a3ba..c912d75 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 1450 1100;]" "kitty -e less -Sfr \"$weatherreport\"" + 1) hyprctl dispatch exec "[float; size 1700 1100;]" "kitty -e less -Sfr \"$weatherreport\"" ;; 2) getforecast && showweather ;; 3) notify-send "🌈 Weather module" "\- Left click for full forecast. |