made heat battery palette more visible by removing darker shades. Fixes #138
This commit is contained in:
parent
e1c968d020
commit
7f20c79d46
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue