Open MaxVerevkin opened 2 years ago
memory: clickable
, display_type
, format_mem
and format_swap
are removed and now you can use format
and format_alt
to maintain the behavior
283cb7642f64d97caca03e527a9e36bd91183a6a
music: remove hide_when_empty
option as discussed in #1661
pass
has been removed form click handler config options.[[block.click]]
# Updates the block on left click
button = "left"
update = true
rofication-gui
by default anymore. To replicate that behavior use
[[block.click]]
button = "left"
cmd = "rofication-gui"
$speed_down.eng(w:3,p:K,hide_unit:true)
instead of $speed_down.eng(3,_B,K)
. See documentation here.rot-str
formatter has been removed. To replicate its behavior, use rot_interval
argument of str
. For example $ssid.str(max_w:10, rot_interval:0.2)
.cpu
icon withcpu_low
, cpu_med
and cpu_high
. Don't forget to run ./install.sh
. If you were overriding cpu
icon, you now have to override these three icons instead.seek_step
was replaced with seek_step_secs
.locale
option.[[block]]
block = "time"
locale = "fr_BE"
format = " $icon %d/%m %R "
[[block]]
block = "time"
format = " $icon $timestamp.datetime(f:'%d/%m %R', l:fr_BE) "
https://github.com/greshake/i3status-rust/commit/e00b90dca2641280fc437ce879f39501d9e51836 renamed awesome
to awesome4
.
backlight_{empty,full,1,2,...,13}
, bat_{10,20,...,90,full}
, cpu_{low,med,high}
, volume_{empty,half,full}
, microphone_{empty,half,full}
.Don't forget to run ./install.sh
. If you used to override any of these icons, override backlight
, cpu
, volume
and microphone
instead. These icons now accept a list of values, for example
cpu = [
"\U000F0F86", # nf-md-speedometer_slow
"\U000F0F85", # nf-md-speedometer_medium
"\U000F04C5", # nf-md-speedometer
]
fca5c28
hide_when_zero
, add format_singular
and format_everything_done
config options.mappings_use_regex
now defaults to true
.block = "..."
is now required to be the first field of block configs. However, an error in a block's config will not break the entire bar/tmp/checkup-db-i3statusrs
it is now /tmp/checkup-db-i3statusrs-$USER
.hide_disconnected
option and connected
formatting flag.format_disconnected
and format_missing
options.apt
, dnf
and pacman
blocks in favor of the new packages
block.time
has been deprecated in favor of time_remaining
.hours
, minutes
, and seconds
have been deprecated in favor of time
.text
has been deprecated in favor of uptime
.
1640
temperature:
collapsed
option is removed and now you can useformat_alt = " $icon "
to maintain the behavior