| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Compatibility for FreeBSD's paste(1) (#853) | anntnzrb | 2020-12-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 : -` | ||||
| * | cleanup | Luke Smith | 2020-09-25 | 1 | -14/+8 |
| | | |||||
| * | make use of setsid(1)'s `-f` flag (#652) | Kian Kasad | 2020-05-30 | 1 | -1/+1 |
| | | | | Co-authored-by: Luke Smith <luke@lukesmith.xyz> | ||||
| * | no spaces between icons and content | Luke Smith | 2020-05-25 | 1 | -1/+1 |
| | | |||||
| * | replace `tr '\n' 'CHAR'` with `paste -sd 'CHAR'` (#625) | Kian Kasad | 2020-05-09 | 1 | -1/+1 |
| | | |||||
| * | statusbar scripts now open when shift-clicked | Luke Smith | 2020-05-07 | 1 | -4/+10 |
| | | | | | | weather module "fixed" other minor statusbar script tweaks | ||||
| * | Fix minor statusbar issues (#597) | mokulus | 2020-04-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * Fix: Remove trailing space from battery * Unify spacing in disk * Fix news Don't display news module when there are no news. * Use grep -F in pacpackages * Fix torrent Remove trailing whitespace *after* replacing newlines. * Quote sed command | ||||
| * | torrent statusbar opens tremc | Luke Smith | 2020-04-23 | 1 | -1/+1 |
| | | |||||
| * | pgrep junk removed and minor script changes | Luke Smith | 2020-04-08 | 1 | -1/+1 |
| | | |||||
| * | #!/bin/sh shebang. newline after universalized. | Luke Smith | 2020-02-08 | 1 | -1/+1 |
| | | |||||
| * | torrent statusbar automatically one line for dwm | Luke Smith | 2020-02-08 | 1 | -2/+1 |
| | | |||||
| * | statusbar scripts to master | Luke Smith | 2019-11-23 | 1 | -0/+28 |
| | | |||||
| * | i3 eternally btfo | Luke Smith | 2019-05-18 | 1 | -28/+0 |
| | | |||||
| * | scripts moved to ~/.local/bin | Luke Smith | 2019-05-18 | 1 | -0/+28 |
