| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
update dwmblocks build to avoid errors
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Compatibility for FreeBSD's paste(1)
According to FreeBSD's
[paste(1)](https://www.freebsd.org/cgi/man.cgi?query=paste&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports),
the extra `-` is needed (tested by myself).
This obviously works for Linux as well, tested on Void Linux at least.
> Create a colon-separated list of directories named bin,
> suitable for use in the PATH environment variable:
`find / -name bin -type d | paste -s -d : -`
* Compatibility for FreeBSD's paste(1)
According to FreeBSD's
[paste(1)](https://www.freebsd.org/cgi/man.cgi?query=paste&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports),
the extra `-` is needed (tested by myself).
This obviously works for Linux as well, tested on Void Linux at least.
> Create a colon-separated list of directories named bin,
> suitable for use in the PATH environment variable:
`find / -name bin -type d | paste -s -d : -`
|
| |
|
| |
Music no longer italicizes. The notification has been changed to match.
|
| |
|
| |
i3block wont break with this
|
| |
|
| |
Co-authored-by: Luke Smith <luke@lukesmith.xyz>
|
| |
|
|
| |
it is autostarted by the music module if not already running
|
| | |
|
| |
|
|
|
| |
weather module "fixed"
other minor statusbar script tweaks
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
* dwm compliant
revised PR
* replaced pgrep with pidof
because it is faster!
* Update music
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|