aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorawy <awy@awy.one>2024-11-05 01:07:33 +0300
committerawy <awy@awy.one>2024-11-05 01:07:33 +0300
commit86f0c04dba6406550bb09d5a349e05b728bb1708 (patch)
tree04b349ca8b0508477005c19dcde36098951c92cc
parent79202f8e3686f80f01e78e540ff45b7fb1793bcc (diff)
scripts
-rwxr-xr-x.local/bin/bookmarks2
-rwxr-xr-x.local/bin/statusbar/sb-forecast2
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.