summaryrefslogtreecommitdiff
path: root/ar
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-28 04:40:42 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-28 04:40:42 +0900
commit238a73fd9bd3ab8b09ecac22b2912144dd192736 (patch)
tree409e2433016e1689a808e251d19601e34d67f4b7 /ar
parente1d11637f1e2e6151e261ad43ef699e314784253 (diff)
modified statusbar/sb-price
Diffstat (limited to 'ar')
-rwxr-xr-xar/.local/bin/statusbar/sb-price4
1 files changed, 2 insertions, 2 deletions
diff --git a/ar/.local/bin/statusbar/sb-price b/ar/.local/bin/statusbar/sb-price
index 46731c2..84d86b6 100755
--- a/ar/.local/bin/statusbar/sb-price
+++ b/ar/.local/bin/statusbar/sb-price
@@ -2,9 +2,9 @@
# Usage:
# price <currency-base currency> <name of currency> <icon> <signal>
-# price bat-btc "Basic Attention Token" 🦁 24
+# price bat-btc "Basic Attention Token" 🦁 25
# This will give the price of BAT denominated in BTC and will update on
-# signal 24.
+# signal 25.
# When the name of the currency is multi-word, put it in quotes.
[ -z "$1" ] && exit 1