Commit graph

14 commits

Author SHA1 Message Date
anntnzrb
7c96bd081a
Compatibility for FreeBSD's paste(1) (#853)
* 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 : -`
2020-12-01 18:21:03 -05:00
Luke Bubar
2668bff317
Fixed Music Notification (#702)
Music no longer italicizes. The notification has been changed to match.
2020-06-15 16:45:06 -04:00
Hekuran
ad161d9363
fixes issue #663 , i3block break (#675)
i3block wont break with this
2020-05-31 17:09:02 -04:00
Kian Kasad
3222354d50
make use of setsid(1)'s -f flag (#652)
Co-authored-by: Luke Smith <luke@lukesmith.xyz>
2020-05-30 17:01:18 -04:00
Luke Smith
c153ac7fb4
mpd-module-update now mpdup
it is autostarted by the music module if not already running
2020-05-26 07:22:06 -04:00
Kian Kasad
6577acae89
replace tr '\n' 'CHAR' with paste -sd 'CHAR' (#625) 2020-05-09 19:32:56 -04:00
Luke Smith
33e329c8cb
statusbar scripts now open when shift-clicked
weather module "fixed"
other minor statusbar script tweaks
2020-05-07 17:31:42 -04:00
Luke Smith
674f8e1a7a
music filter uses ⏸ 2020-05-04 17:24:39 -04:00
Charlie39
18113aad1a
Replaced pgrep with pidof (#592)
* dwm compliant

revised PR

* replaced pgrep with pidof

because it is faster!

* Update music
2020-04-22 16:15:53 -04:00
Luke Smith
4814403bbf
pgrep junk removed and minor script changes 2020-04-08 22:01:51 -04:00
Luke Smith
2b5df860de
#!/bin/sh shebang. newline after universalized. 2020-02-08 18:43:37 -05:00
Luke Smith
606946d890
statusbar scripts to master 2019-11-23 16:23:24 -05:00
Luke Smith
8117f84198 i3 eternally btfo 2019-05-18 16:22:57 -04:00
Luke Smith
54920103c2 scripts moved to ~/.local/bin 2019-05-18 00:07:32 -04:00
Renamed from .scripts/statusbar/music (Browse further)