mirror of
https://github.com/polybar/polybar.git
synced 2026-03-02 22:43:42 +00:00
We had a check that restricted config files to "regular files". This check was to restrictive as it didn't allow for things like: ``` polybar -c <(gen_config) gen_config | polybar -c /dev/stdin ``` Now, polybar can easily read config data from stdin.