----- Changes: lfrc, polybar, rateUSD
+ Rework lfrc + Integrated rateUSD to Polybar + Added lang option
This commit is contained in:
parent
1b9fe5b22f
commit
8622acb8d9
3 changed files with 21 additions and 6 deletions
|
@ -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 ' ' '\ ')"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue