index
:
dwmblocks.git
master
my rice of dwmblocks
Gustaf Rydholm
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-08-27
fixed output from commands without a newline end.
aidan
2020-08-19
Added back the ability to change compiler with CC environment variable.
aidan
2020-08-19
Unified style for if, for, and while statements. As well as general
aidan
2020-08-17
Merge pull request #30 from toniz4/master
torrinfail
2020-08-17
updated readme with new statuscmd patch
Cássio Ribeiro Alves de Ávila
2020-08-14
Manual merge of pull request #19. This adds multi-character delimiter.
aidan
2020-08-14
Removed call to redundant call to exit()
aidan
2020-08-12
Merge pull request #12 from kdkasad/patch-1
torrinfail
2020-08-12
fixed signal handling on OpenBSD by using SIGUSR1 instead of SIGRTMIN.
aidan
2020-08-11
Update README.md
torrinfail
2020-08-11
Merge pull request #15 from tomboehmer/issue9
torrinfail
2020-08-11
Update README.md
torrinfail
2020-08-11
added blocks.def.h to act as default blocks file so that changes made in
Aidan
2020-07-28
Merge pull request #17 from tph5595/patch-1
torrinfail
2020-07-28
Merge branch 'master' into patch-1
torrinfail
2020-07-06
Added variable in makefile to change c compiler
Aidan
2020-06-11
Merge pull request #8 from markcaudill/master
torrinfail
2020-05-29
Fixed argument order for gcc
Taylor Henderson
2020-05-28
Fixes #9 - determine the size of the status buffer based on the number of blocks
Tom Böhmer
2020-05-04
Change `cp`/`chmod` to `install`
Kian Kasad
2020-04-18
Switched to ISC license
Aidan
2020-04-18
Start transition to ISC license
torrinfail
2020-04-16
removed unused replace function
aidan
2020-04-16
Merge pull request #3 from crian/master
torrinfail
2020-04-01
Proposed fix for issue #5.
Mark Caudill
2020-03-03
Makefile: Set permission
crian
2020-03-02
Makefile: Add uninstall
crian
2020-03-02
Makefile: Use DESTDIR and PREFIX
crian
2019-12-16
Merge branch 'master' of https://github.com/torrinfail/dwmblocks
Aidan
2019-12-16
Added ifndef for openbsd compatibility. SIGRTMIN is not defined on
Aidan
2019-12-12
Changed Makefile to use pkg-config to find libraries.
Aidan
2019-11-30
Switched to fgets instead of using fgetc
Aidan
2019-11-30
fixed issue causing segfault on ARM systems
Aidan
2019-11-27
Fixed garbled last commit
Aidan Hubert
2019-11-26
Added -p option for printing to stdout rather then setting the root window fo...
Aidan
2019-11-26
Added -f option to rm in clean command.
Aidan
2019-11-13
Made dwmblocks way more efficient by only setting the name of the root window...
Aidan
2019-11-07
Revert "Changed delimeter to accept multiple characters."
Aidan
2019-11-04
Changed delimeter to accept multiple characters.
Aidan
2019-03-29
added icons and delimeter
Aidan
2019-03-26
Changed Makefile to also complie when running install.
Aidan
2019-03-24
Fixed for loop in getstatus()
Aidan
2019-03-24
Added more to readme.
Aidan
2019-03-24
Added install option.
Aidan
2019-03-24
Added function declarations and renamed setrootcmd to statusstr.
Aidan
2019-03-24
Changed commands to use ~ instead of /home/aidan
Aidan
2019-03-24
Changed makefile to include X11 libraries.
Aidan
2019-03-24
Added code files, and Makefile.
Aidan
2019-03-24
Initial commit
torrinfail