i3 / i3/i3status

I3Status bug since laste update [ARCH]

Open
#466 9 comments 6 reactions 0 assignees View on GitHub
Dominant language
C
Stars
653
Forks
254
PR merge metrics
No merged PRs in 30d

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 = " %avail"
}

memory {
format = " %used / %available"
threshold_degraded = "1G"
format_degraded = "MEMORY < %available"
}

volume master {
format = " %volume"
format_muted = " %volume"
device = "default"
mixer = "Master"
mixer_idx = 0
}

tztime local {
format = " %time"
format_time = "%H:%M %d.%m.%Y"
}

battery 0 {
format = "%status %percentage %remaining"
format_down = "No battery"
status_chr = ""
status_bat = ""
status_unk = "?"
status_full = ""
path = "/sys/class/power_supply/BAT%d/uevent"
low_threshold = 27
}

wireless wlp0s20f3 {
format_up = ""
format_down = ""
}
```

## 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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.