index
:
dwmblocks
master
Customised version of dwmblocks for my Linux install
Aryadev Chavali <aryadev@aryadevchavali.com>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-04-13
statuscmd patch for clickable modules
Luke Smith
2020-04-08
Merge pull request #5 from hisakiyo/master
Luke Smith
2020-04-09
Update dwmblocks.c
hisakiyo
2020-04-08
old vol commands removed
Luke Smith
2020-04-08
force clean
Luke Smith
2020-04-08
volume autoupdate
Luke Smith
2020-03-26
remove newline in battery output
Luke Smith
2020-03-22
internet module added by default
Luke Smith
2020-03-22
record error suppressed
Luke Smith
2020-03-14
Merge branch 'master' of github.com:LukeSmithxyz/dwmblocks
Luke Smith
2020-03-14
recording icon and packages on by default
Luke Smith
2020-03-03
Merge pull request #3 from crian/patch-1
Luke Smith
2020-03-03
Makefile: Use DESTDIR/PREFIX and add uninstall
Christian S
2020-03-02
Merge branch 'master' of github.com:LukeSmithxyz/dwmblocks
Luke Smith
2020-03-02
unfinished
Luke Smith
2020-03-02
Merge pull request #2 from mrchainman/master
Luke Smith
2020-03-02
Merge branch 'master' into master
mrchainman
2020-03-01
blocks.h moved to config.h
Luke Smith
2020-02-08
use general scripts for statusbar
Luke Smith
2020-02-01
simplification for emojis
Luke Smith
2020-01-02
Added chmod in Makefile to prevent execution errors
Mr Chainman
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-09-21
dox and stuff rmd
Luke Smith
2019-09-21
luke init
Luke Smith
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