From 86f0c04dba6406550bb09d5a349e05b728bb1708 Mon Sep 17 00:00:00 2001 From: awy Date: Tue, 5 Nov 2024 01:07:33 +0300 Subject: scripts --- .local/bin/bookmarks | 2 +- .local/bin/statusbar/sb-forecast | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.local') diff --git a/.local/bin/bookmarks b/.local/bin/bookmarks index 5dd126b..084ac12 100755 --- a/.local/bin/bookmarks +++ b/.local/bin/bookmarks @@ -108,7 +108,7 @@ open_bookmark() { [ -z "${URL}" ] && notify-send "Bookmark not found." && exit "1" case "${URL}" in - *"search"* | *"wiki"* | *"packages"*) QUERY="$(echo "" | DMENU "0" "Search")" + *"search"* | *"wiki"* | *"packages"* | *"chatgpt"*) QUERY="$(echo "" | DMENU "0" "Search")" URL="${URL}${QUERY}" ;; esac 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