[Request] Release for void packaging
implemented feature: shell script relative paths
Reverted formatting, and tip noted!
2648ef0d2f
reverted formatting
Option to use relative path to a script for shell readouts
Implemented in #8
implemented feature: shell script relative paths
5d587fb1e3
implemented feature: shell script relative paths
Use stderr for output instead of stdout
Works great on my machine! #5 marked as closed.
stdin doesn't get passed through after exit
stdin doesn't get passed through after exit
works perfectly! it even prevents the text from appearing and messing up alignments. thanks for taking a look!
stdin doesn't get passed through after exit
Crash when run through watch
Crash when run through watch
Okay, as expected that fix does enable both watch and layfetch > /tmp/layfetch_cache on my machine. Also as expected based on the patch code, it doesn't handle stdin passthrough any differently...
Crash when run through watch
I think the issue comes from the program being run redirected at all. I've noticed the same issue happening when I tried running layfetch > /tmp/layfetch_cache. I suspect there's something going...
c74a4f4c58
finished config! first proper commit :3
Crash when run through watch