mirror of
1
0
Fork 0

made heat battery palette more visible by removing darker shades. Fixes #138

This commit is contained in:
Gregory Pakosz 2018-01-16 17:40:53 +01:00
parent e1c968d020
commit 7f20c79d46
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
# [ x"$palette_style" = x"gradient" ] && \
# palette="196 202 208 214 220 226 190 154 118 82 46"
# [ x"$palette_style" = x"heat" ] && \
# palette="233 234 235 237 239 241 243 245 247 144 143 142 184 214 208 202 196"
# palette="243 245 247 144 143 142 184 214 208 202 196"
#
# palette=$(echo "$palette" | awk -v n="$battery_bar_length" '{ for (i = 0; i < n; ++i) printf $(1 + (i * NF / n))" " }')
# eval set -- "$palette"