Commit Graph

  • 8b9fc55 (HEAD -> master) feat: remove blocks.h from .gitignore by Tovi Jaeschke-Rogers 2025-03-31 09:09:12 +1030
  • 383bbcb feat: add config by Tovi Jaeschke-Rogers 2025-03-31 09:08:04 +1030
  • 8cedd22 Merge pull request #71 from mehmetumit/master by torrinfail 2024-08-23 15:13:53 -0600
  • 58a426b Merge pull request #74 from tinnamchoi/spelling by torrinfail 2024-01-10 20:33:36 -0700
  • 406e4a4 delimeter -> delimiter by tinnamchoi 2023-08-02 20:31:25 +0930
  • 5fb7fcd fixed disappearing block issue when signaling by Mehmet Ümit Özden 2023-02-25 01:04:53 +0300
  • a933ce0 Merge pull request #48 from anntnzrb/patch-makefile by torrinfail 2022-01-06 20:08:50 -0700
  • ba866be Merge pull request #59 from mehmetumit/master by torrinfail 2022-01-06 19:45:08 -0700
  • f47a157 \0 delimeter issue fixed by Mehmet Ümit Özden 2021-09-26 14:26:30 +0300
  • adb7a49 Added {Free,Open}BSD support | minor edits by anntnzrb 2021-08-05 07:55:45 -0500
  • 6be2a10 Makefile tweaks by anntnzrb 2021-05-28 11:36:37 -0500
  • 96cbb45 Merge pull request #40 from IGeraGera/IGeraGera-patch-1 by torrinfail 2020-12-27 13:43:03 -0700
  • 0e22e81 Merge pull request #39 from Strahinja/master by torrinfail 2020-12-24 16:53:26 -0700
  • 5b8eb5f Merge pull request #41 from victor-timofei/master by torrinfail 2020-12-24 16:49:30 -0700
  • af5389c Fix LDFLAGS for Ubuntu by Victor Timofei 2020-12-23 19:52:47 +0200
  • 5583a44 Updated README with new patch by IGeraGera 2020-12-22 14:44:10 +0200
  • 9319e12 Update README.md by IGeraGera 2020-12-20 01:07:07 +0200
  • 4c392c3 Added the call to pclose() when the output from the command is empty by Страхиња Радић 2020-11-18 12:09:15 +0100
  • b6b0be4 Only open X server once rather than open and close after every writeout. by aidan 2020-09-09 13:10:49 -0600
  • b7d1970 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. by aidan 2020-09-05 15:48:54 -0600
  • 13c7700 Fixed issue with empty command delimiter This meant that the delimiters were added when when both the icon and output where empty. by aidan 2020-08-29 11:58:28 -0600
  • 3d308ca Merge pull request #29 from keikari/patch-2 by torrinfail 2020-08-27 06:51:30 +0000
  • 500b1fb fixed output from commands without a newline end. This is useful when using commands such as tr -d '\n' to strip newlines from output. by aidan 2020-08-27 04:47:07 +0000
  • 904e407 Added back the ability to change compiler with CC environment variable. by aidan 2020-08-19 10:12:37 -0600
  • 416a36d Unified style for if, for, and while statements. As well as general code cleanup. by aidan 2020-08-19 10:10:43 -0600
  • b12722a Merge pull request #30 from toniz4/master by torrinfail 2020-08-17 23:43:41 -0600
  • 8ebe5ec updated readme with new statuscmd patch by Cássio Ribeiro Alves de Ávila 2020-08-17 04:16:34 -0300
  • d581dae Update dwmblocks.c by keikari 2020-08-16 12:21:46 +0300
  • 86d7ae9 Update dwmblocks.c by keikari 2020-08-16 12:20:15 +0300
  • 0bd4575 Small fix by keikari 2020-08-15 21:43:18 +0300
  • 941f415 Manual merge of pull request #19. This adds multi-character delimiter. Thanks to tph5595. by aidan 2020-08-14 12:36:38 -0600
  • 9c5aec5 Removed call to redundant call to exit() by aidan 2020-08-14 01:15:32 -0600
  • 661f3eb Merge pull request #12 from kdkasad/patch-1 by torrinfail 2020-08-12 21:20:36 -0600
  • 5dcb2a0 fixed signal handling on OpenBSD by using SIGUSR1 instead of SIGRTMIN. This should not affect other platforms at all. by aidan 2020-08-12 10:24:42 -0600
  • 5b9f39d Update README.md by torrinfail 2020-08-11 20:20:49 -0700
  • d2e6d20 Merge pull request #15 from tomboehmer/issue9 by torrinfail 2020-08-11 20:04:51 -0700
  • 1b2e50c Update README.md by torrinfail 2020-08-11 20:00:54 -0700
  • 7e0bc3f added blocks.def.h to act as default blocks file so that changes made in the future will not affect csutom blocks.h files. by Aidan 2020-08-11 20:50:11 -0600
  • 8893f2d Merge pull request #17 from tph5595/patch-1 by torrinfail 2020-07-28 11:07:43 -0600
  • 7a570d5 Merge branch 'master' into patch-1 by torrinfail 2020-07-28 11:06:04 -0600
  • dcb198d Added variable in makefile to change c compiler by Aidan 2020-07-06 02:10:33 -0600
  • 31b9d65 Merge pull request #8 from markcaudill/master by torrinfail 2020-06-11 01:13:49 -0600
  • e62fbe6 Fixed argument order for gcc by Taylor Henderson 2020-05-29 21:22:34 -0400
  • 4d92b6c Fixes #9 - determine the size of the status buffer based on the number of blocks by Tom Böhmer 2020-05-28 10:39:07 +0200
  • 507cf28 Change `cp`/`chmod` to `install` by Kian Kasad 2020-05-04 01:20:45 -0700
  • 6e0519d Switched to ISC license by Aidan 2020-04-18 02:02:41 -0600
  • 5a199e2 Start transition to ISC license by torrinfail 2020-04-18 01:57:02 -0600
  • 030de22 removed unused replace function by aidan 2020-04-16 01:03:30 -0600
  • 003a223 Merge pull request #3 from crian/master by torrinfail 2020-04-16 00:32:26 -0600
  • 06710eb Proposed fix for issue #5. by Mark Caudill 2020-04-01 11:45:00 -0400
  • 2b44212 Makefile: Set permission by crian 2020-03-03 14:53:01 +0100
  • 2c47e9e Makefile: Add uninstall by crian 2020-03-02 13:42:26 +0100
  • 9c9e08d Makefile: Use DESTDIR and PREFIX by crian 2020-03-02 13:36:26 +0100
  • fefab14 Merge branch 'master' of https://github.com/torrinfail/dwmblocks by Aidan 2019-12-16 14:38:39 -0700
  • fa4eeff Added ifndef for openbsd compatibility. SIGRTMIN is not defined on OpenBSD. by Aidan 2019-12-16 14:35:29 -0700
  • 3906995 Changed Makefile to use pkg-config to find libraries. by Aidan 2019-12-12 10:28:06 -0700
  • 377f990 Switched to fgets instead of using fgetc by Aidan 2019-11-30 14:43:33 -0700
  • 09a00ab fixed issue causing segfault on ARM systems by Aidan 2019-11-30 02:05:10 -0700
  • b685f28 Fixed garbled last commit by Aidan Hubert 2019-11-27 05:50:38 +0000
  • 1766af7 Added -p option for printing to stdout rather then setting the root window for compatibility with other wms. by Aidan 2019-11-26 22:43:16 -0700
  • a22c631 Added -f option to rm in clean command. by Aidan 2019-11-26 22:42:27 -0700
  • 5ff59d4 Made dwmblocks way more efficient by only setting the name of the root window when something has changed. by Aidan 2019-11-13 13:58:20 -0700
  • 72dc44f Revert "Changed delimeter to accept multiple characters." by Aidan 2019-11-07 13:07:19 -0700
  • 3da92eb Changed delimeter to accept multiple characters. by Aidan 2019-11-04 15:34:34 -0700
  • 690475e added icons and delimeter by Aidan 2019-03-29 21:10:46 -0600
  • 86f2909 Changed Makefile to also complie when running install. by Aidan 2019-03-26 18:32:08 -0600
  • ce861dd Fixed for loop in getstatus() by Aidan 2019-03-24 22:32:08 -0600
  • 980aab6 Added more to readme. by Aidan 2019-03-24 21:54:43 -0600
  • b998dd9 Added install option. by Aidan 2019-03-24 21:53:48 -0600
  • 5ba902a Added function declarations and renamed setrootcmd to statusstr. by Aidan 2019-03-24 21:51:40 -0600
  • a724e5c Changed commands to use ~ instead of /home/aidan by Aidan 2019-03-24 17:51:45 -0600
  • 9c88bb5 Changed makefile to include X11 libraries. by Aidan 2019-03-24 16:36:52 -0600
  • c97d6d1 Added code files, and Makefile. by Aidan 2019-03-24 16:31:05 -0600
  • b0728ca Initial commit by torrinfail 2019-03-24 16:19:32 -0600