I installed x11-wm/i3 x11/i3status x11/i3lock x11/dmenu from ports.
I was trying to debug why i3status wasn't showing any colors. Here is my config file : http://paste2.org/618F2gyN
I was searching around and found a reddit thread, I lost the link to the thread but they said to add a general section but that didn't work. After that they recommend adding a line
but that always generates this type of error after I refresh i3
I've tried removing the = or even getting rid of the quote marks but they still generate the error.
But without adding the code above, if I just go to the terminal ad run i3status, the output has colors!?
Has anyone else experienced this? Could there be something wrong with my configuration file?
I was trying to debug why i3status wasn't showing any colors. Here is my config file : http://paste2.org/618F2gyN
I was searching around and found a reddit thread, I lost the link to the thread but they said to add a general section but that didn't work. After that they recommend adding a line
Code:
output_format = "i3bar"
but that always generates this type of error after I refresh i3
Code:
ERROR: CONFIG: Line 175:
ERROR: CONFIG: Line 176: output_format = "i3bar"
ERROR: CONFIG: ^^^^^^^^^^^^^^^^^^^^^^^
ERROR: CONFIG: Line 177: exec_always /usr/local/bin/feh -x --bg-scale '/home/blubee/Pictures/wallpapers/shore.jpg'
ERROR: FYI: You are using i3 version 4.12 (2016-03-06, branch "4.12")
I've tried removing the = or even getting rid of the quote marks but they still generate the error.
But without adding the code above, if I just go to the terminal ad run i3status, the output has colors!?
Has anyone else experienced this? Could there be something wrong with my configuration file?