----- Changes:
+ Rework a lot of stuff
This commit is contained in:
parent
7d757116d2
commit
18f105cea0
9 changed files with 31 additions and 9 deletions
|
@ -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%"
|
||||
|
|
|
@ -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/")"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue