mirror of
https://github.com/polybar/polybar.git
synced 2026-02-08 13:25:37 +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.