diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-05-25 21:29:12 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-05-25 21:29:12 -0400 |
| commit | 7f58bbb22d847ffe93347652e5742b3aac63ebd2 (patch) | |
| tree | d5ed756eaf44efd8b8c8bf7972a7eccdb4e9906c | |
| parent | 31f26c73b08bfbe112228c743631e9534ed6b75d (diff) | |
| download | eibhear-7f58bbb22d847ffe93347652e5742b3aac63ebd2.tar.gz eibhear-7f58bbb22d847ffe93347652e5742b3aac63ebd2.tar.zst eibhear-7f58bbb22d847ffe93347652e5742b3aac63ebd2.zip | |
little fixes
| -rwxr-xr-x | .local/bin/statusbar/price | 4 |
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. |
