From fd964d54b6bfaab35304543c61cf2209e4fa1430 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 20 Mar 2023 09:50:18 -0400 Subject: customizable wttr/rate urls, sb-price improvements --- .config/shell/profile | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/shell/profile') diff --git a/.config/shell/profile b/.config/shell/profile index 26f8241..e78f21e 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -16,6 +16,10 @@ export TERMINAL="st" export TERMINAL_PROG="st" export BROWSER="librewolf" +# Change the default crypto/weather monitor sites. +# export CRYPTOURL="rate.sx" +# export WTTRURL="wttr.in" + # ~/ Clean-up: export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" -- cgit v1.3.1