i3 config have set_from_resource, there is something similiar that I can use in python?
I tried passing the variables from .i3/config when calling the .py bar with parameters but sems to not work.
bar {
status_command i3pystatus -c ~/.i3/i3pystatus-top.py -color0 $color0
}
i3 config have
set_from_resource
, there is something similiar that I can use in python? I tried passing the variables from.i3/config
when calling the .py bar with parameters but sems to not work.