addy-dclxvi / i3-starterpack

A simple guide (and example of configuration) about how to install i3 & its and essentials packages, then make them look eye candy, also contains my dotfiles of Debian 12 (Bookworm) setup
1.51k stars 169 forks source link

Tztime local not visible. #21

Closed Jocadbz closed 2 years ago

Jocadbz commented 2 years ago

After applying the default configs, tztime local isn't visible. It just stays a black space where it should display itself. 2021-11-20-181731_1366x768_scrot (image)

sugan0tech commented 2 years ago

Try doing single format specifier without extras,

tztime local {
                format = "<span background='#81a1c1'>  %Y-%m-%d %H:%M:%S </span>"
}
Jocadbz commented 2 years ago

Yeah, it worked. Thank you.