diff options
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/bookmarks | 2 | ||||
-rwxr-xr-x | .local/bin/statusbar/sb-forecast | 2 |
2 files changed, 2 insertions, 2 deletions
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. |