summaryrefslogtreecommitdiffstats
path: root/.local/bin
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-05-25 21:29:12 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-05-25 21:29:12 -0400
commit7f58bbb22d847ffe93347652e5742b3aac63ebd2 (patch)
treed5ed756eaf44efd8b8c8bf7972a7eccdb4e9906c /.local/bin
parent31f26c73b08bfbe112228c743631e9534ed6b75d (diff)
downloadeibhear-7f58bbb22d847ffe93347652e5742b3aac63ebd2.tar.gz
eibhear-7f58bbb22d847ffe93347652e5742b3aac63ebd2.tar.zst
eibhear-7f58bbb22d847ffe93347652e5742b3aac63ebd2.zip
little fixes
Diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/statusbar/price4
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/statusbar/price b/.local/bin/statusbar/price
index 54cdb9d..953df3b 100755
--- a/.local/bin/statusbar/price
+++ b/.local/bin/statusbar/price
@@ -23,8 +23,8 @@ printf "$3$%0.2f" "$(cat "$pricefile")"
case $BLOCK_BUTTON in
1) setsid "$TERMINAL" -e less -Sf "$chartfile" ;;
- 3) uptime="$(date -d "$(stat -c %x "$dir")" '+%D at %T' | sed "s|$(date '+%D')|Today|")"
- notify-send "$3 $2 module" "\- <b>Exact price: \$$(cat "$price")</b>
+ 3) uptime="$(date -d "$(stat -c %x "$pricefile")" '+%D at %T' | sed "s|$(date '+%D')|Today|")"
+ notify-send "$3 $2 module" "\- <b>Exact price: \$$(cat "$pricefile")</b>
- Left click for chart of changes.
- Middle click to update.
- Shows 🔃 if updating prices.