----- Changes:

+ Rework a lot of stuff
This commit is contained in:
ziro 2020-05-23 13:49:13 +07:00
parent 7d757116d2
commit 18f105cea0
9 changed files with 31 additions and 9 deletions

View file

@ -651,7 +651,7 @@ format-padding = 1
[module/currency]
type = custom/script
exec = "rateUSD -"
exec = "rateUSD -s"
interval = 16000
tail = true
label = "$1 = Rp.%output%"

View file

@ -5,5 +5,5 @@ warn=""
[ $capacity -lt 21 ] && warn='!'
printf "%s%s" "$warn " "$(echo $capacity | sed "s/$/G free/")"
printf "%s%s\n" "$warn " "$(echo $capacity | sed "s/$/G free/")"