color_separator customization not taking
I've customized the value of color_separator in my /etc/i3status.conf
to make it easier to see, but it won't take effect when I restart or reload. Here's what I have exactly:
general {
colors = true
color_separator = "#C400AD"
#color_separator = "#FFFFFF"
interval = 5
}
Do I need to move it into ~/.i3/i3status.conf
, or something similar?
Is there a `~/.i3status.conf` or `~/.conf/i3status/config`? These might override `/etc/i3status.conf`. Also, do any other changes in the configuration take affect?
No, there isn't either of those present on my system. Other changes do take effect, I've tinkered with the order and content of items on it before.
@airblader: No, the `#` is not interpreted as start of a comment as it is already quoted with `""`. Besides, this is the way how colors are defined in the manual, so it should be the correct syntax.
Yeah, I noticed that after posting it and deleted my comment. Not quickly enough, apparently :)