Open
Description
I'm submitting a…
[x] Bug [ ] Feature Request [ ] Documentation Request [ ] Other (Please describe in detail)
Current Behavior
tztime show as the following : %H:%M %d.%m.%Y
And battery infos dissapeared.
Expected Behavior
tztime should be something like : 21:30 11.11.2021
Battery infos should be : 82%
Reproduction Instructions
Configuration file :
# i3status configuration file.
# see "man i3status" for documentation.
# It is important that this file is edited as UTF-8.
# The following line should contain a sharp s:
# ß
# If the above line is not correctly displayed, fix your editor first!
general {
colors = true
interval = 5
markup = "pango"
}
order += "disk /"
order += "wireless wlp0s20f3"
order += "battery 0"
order += "memory"
order += "volume master"
order += "tztime local"
disk "/" {
format = "<span color='#6d9bab'></span> %avail"
}
memory {
format = "<span color='#6d9bab'></span> %used / %available"
threshold_degraded = "1G"
format_degraded = "MEMORY < %available"
}
volume master {
format = "<span color='#6d9bab'></span> %volume"
format_muted = "<span color='#6d9bab'></span> %volume"
device = "default"
mixer = "Master"
mixer_idx = 0
}
tztime local {
format = "<span color='#6d9bab'></span> %time"
format_time = "%H:%M %d.%m.%Y"
}
battery 0 {
format = "%status %percentage %remaining"
format_down = "No battery"
status_chr = "<span color='#6d9bab'></span>"
status_bat = "<span color='#6d9bab'></span>"
status_unk = "?"
status_full = "<span color='#6d9bab'></span>"
path = "/sys/class/power_supply/BAT%d/uevent"
low_threshold = 27
}
wireless wlp0s20f3 {
format_up = "<span color='#6d9bab'> </span>"
format_down = "<span color='#ff0000'></span>"
}
Environment
Output of i3 --moreversion 2>&-
:
Binary i3 version: 4.20.1 (2021-11-03) © 2009 Michael Stapelberg and contributors Running i3 version: 4.20.1 (2021-11-03) (pid 618) Loaded i3 config: /home/ilias/.config/i3/config (main) (last modified: Tue 16 Nov 2021 07:13:22 PM CET, 622 seconds ago) The i3 binary you just called: /usr/bin/i3 The i3 binary you are running: i3
Config file
https://pastebin.com/tXMmgjip
$ uname -r 5.15.2-arch1-1
Metadata
Metadata
Assignees
Labels
No labels