mirror of
https://github.com/polybar/polybar.git
synced 2025-02-17 15:55:20 -05:00
aur: Add change notice about token update
This commit is contained in:
parent
3292cea786
commit
bdeb818718
1 changed files with 13 additions and 0 deletions
|
@ -10,3 +10,16 @@ post_install() {
|
|||
|
||||
EOF
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
(( ${2//./} <= 251 )) && cat << EOF
|
||||
|
||||
The % suffix has been removed from percentage tokens.
|
||||
The suffix is instead added by the user, for example:
|
||||
|
||||
format-charging = Capacity %percentage%%
|
||||
|
||||
-- jaagr
|
||||
|
||||
EOF
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue