Tovi Jaeschke-Rogers
8b9fc55a81
feat: remove blocks.h from .gitignore
5 days ago
Tovi Jaeschke-Rogers
383bbcb75d
feat: add config
5 days ago
torrinfail
8cedd22068
Merge pull request #71 from mehmetumit/master
7 months ago
torrinfail
58a426b68a
Merge pull request #74 from tinnamchoi/spelling
Got me.
1 year ago
tinnamchoi
406e4a4d12
delimeter -> delimiter
2 years ago
Mehmet Ümit Özden
5fb7fcd7e1
fixed disappearing block issue when signaling
2 years ago
torrinfail
a933ce0d61
Merge pull request #48 from anntnzrb/patch-makefile
Makefile tweaks
These changes are all pretty good. And I'm all for making it easier to build on the BSDs!
3 years ago
torrinfail
ba866be168
Merge pull request #59 from mehmetumit/master
\0 delimeter issue fixed
This was clearly just an oversight. Thanks for the fix!
3 years ago
Mehmet Ümit Özden
f47a157e57
\0 delimeter issue fixed
4 years ago
anntnzrb
adb7a49803
Added {Free,Open}BSD support | minor edits
4 years ago
anntnzrb
6be2a10558
Makefile tweaks
Modified according to
[dwm](http://git.suckless.org/dwm/file/Makefile.html ) 's
Makefile file.
4 years ago
torrinfail
96cbb453e5
Merge pull request #40 from IGeraGera/IGeraGera-patch-1
Updated the patch in README.md for commit b6b0be4
4 years ago
torrinfail
0e22e81b1e
Merge pull request #39 from Strahinja/master
Add the call to pclose() when the output from the block command is empty
4 years ago
torrinfail
5b8eb5f7b1
Merge pull request #41 from victor-timofei/master
Fix LDFLAGS for Ubuntu
4 years ago
Victor Timofei
af5389ce30
Fix LDFLAGS for Ubuntu
4 years ago
IGeraGera
5583a44cd3
Updated README with new patch
4 years ago
IGeraGera
9319e12a45
Update README.md
Updated the existing patch. I tried to respect the current formating
4 years ago
Страхиња Радић
4c392c32ed
Added the call to pclose() when the output from the command is empty
4 years ago
aidan
b6b0be4f4f
Only open X server once rather than open and close after every writeout.
5 years ago
aidan
b7d1970488
Consolidated X11 based code into the setroot function
This is to make it easier to build dwmblocks without xlib so you can
use it on wayland or other x wms.
5 years ago
aidan
13c7700f34
Fixed issue with empty command delimiter
This meant that the delimiters were added when when both the icon and
output where empty.
5 years ago
torrinfail
3d308cafb0
Merge pull request #29 from keikari/patch-2
Fix, delimLen caused weird behaviour
5 years ago
aidan
500b1fbb0f
fixed output from commands without a newline end.
This is useful when using commands such as tr -d '\n' to strip newlines
from output.
5 years ago
aidan
904e407908
Added back the ability to change compiler with CC environment variable.
5 years ago
aidan
416a36d636
Unified style for if, for, and while statements. As well as general
code cleanup.
5 years ago
torrinfail
b12722ab48
Merge pull request #30 from toniz4/master
updated readme with new statuscmd patch
5 years ago
Cássio Ribeiro Alves de Ávila
8ebe5ecb60
updated readme with new statuscmd patch
5 years ago
keikari
d581dae180
Update dwmblocks.c
5 years ago
keikari
86d7ae90b7
Update dwmblocks.c
5 years ago
keikari
0bd4575574
Small fix
delimLen didn't count in null-terminator.
On line 62 the null terminator character doesn't get copied.
5 years ago
aidan
941f415b38
Manual merge of pull request #19 . This adds multi-character delimiter.
Thanks to tph5595.
5 years ago
aidan
9c5aec5cd5
Removed call to redundant call to exit()
5 years ago
torrinfail
661f3eb4bc
Merge pull request #12 from kdkasad/patch-1
Change `cp`/`chmod` to `install` in Makefile
5 years ago
aidan
5dcb2a0d84
fixed signal handling on OpenBSD by using SIGUSR1 instead of SIGRTMIN.
This should not affect other platforms at all.
5 years ago
torrinfail
5b9f39d697
Update README.md
Added first dwm style optional patch to readme
5 years ago
torrinfail
d2e6d20ebf
Merge pull request #15 from tomboehmer/issue9
Fixes #9 - determine the size of the status buffer based on the number of blocks
5 years ago
torrinfail
1b2e50c6c5
Update README.md
Added a bit more documentation to readme.
5 years ago
Aidan
7e0bc3f580
added blocks.def.h to act as default blocks file so that changes made in
the future will not affect csutom blocks.h files.
5 years ago
torrinfail
8893f2d08a
Merge pull request #17 from tph5595/patch-1
Fixed argument order for gcc. This most likely fixes building on debian based systems. Thanks to tph5595
5 years ago
torrinfail
7a570d5760
Merge branch 'master' into patch-1
5 years ago
Aidan
dcb198d7d7
Added variable in makefile to change c compiler
5 years ago
torrinfail
31b9d65b31
Merge pull request #8 from markcaudill/master
This merge adds fix for issue #5 which @markcaudill fixed by having all real-time signals handled by a dummy handler if it doesn't have a refresh signal .
5 years ago
Taylor Henderson
e62fbe6499
Fixed argument order for gcc
5 years ago
Tom Böhmer
4d92b6ca6c
Fixes #9 - determine the size of the status buffer based on the number of blocks
prevents dwmblocks from crashing because of the status string getting
longer than the underlying buffer
5 years ago
Kian Kasad
507cf284a2
Change `cp`/`chmod` to `install`
The install command was meant for exactly this purpose; installing a file to a location and setting its permissions. This combines the `cp` and `chmod` commands into one `install` command.
5 years ago
Aidan
6e0519df3a
Switched to ISC license
5 years ago
torrinfail
5a199e25f6
Start transition to ISC license
5 years ago
aidan
030de220e4
removed unused replace function
5 years ago
torrinfail
003a2238dc
Merge pull request #3 from crian/master
Some Makefile additions by crian
5 years ago
Mark Caudill
06710ebd05
Proposed fix for issue #5 .
Initialize all signals from RTMIN to RTMAX with a dummy handler before
actually setting the "real" handlers.
5 years ago