----- Changes: lfrc, polybar, rateUSD

+ Rework lfrc
+ Integrated rateUSD to Polybar
+ Added lang option
This commit is contained in:
ziro 2020-05-19 09:02:16 +07:00
parent 1b9fe5b22f
commit 8622acb8d9
3 changed files with 21 additions and 6 deletions

View file

@ -21,7 +21,7 @@ cmd open ${{
esac
}}
cmd open_with ${{ [ -z "$1" ] && echo "$f" || $1 "$f" }}
cmd open_with $[ -z "$1" ] && echo "$f" || $1 "$f"
cmd mkdir $mkdir -p "$(echo $* | tr ' ' '\ ')"