polybar/include/utils
Patrick Ziegler 9e3b537817
feat: Support reading config from non-regular files (#2545)
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.
2021-10-24 11:25:05 +02:00
..
action_router.hpp fix(modules): Avoid downcast in module constructor 2021-10-03 03:18:39 +02:00
actions.hpp
bspwm.hpp
color.hpp
command.hpp Include fd_stream in command.hpp (#2533) 2021-10-12 19:33:15 +02:00
concurrency.hpp
env.hpp
factory.hpp
file.hpp feat: Support reading config from non-regular files (#2545) 2021-10-24 11:25:05 +02:00
functional.hpp
http.hpp
i3.hpp
inotify.hpp
io.hpp script: Fix concurrency issues (#2518) 2021-10-03 01:27:11 +02:00
math.hpp
memory.hpp
mixins.hpp
process.hpp
scope.hpp
socket.hpp
string.hpp Create default config (#2511) 2021-10-05 13:07:19 +02:00
time.hpp