Commit Graph

  • 1a65ae7eb0 changed sb-battery-new name main mrsu 2024-06-16 20:08:26 +0100
  • 08a8159195 moved separators to scripts mrsu 2024-06-16 14:56:09 +0100
  • 04a2223f66 Merge branch 'semita' of git.sjplab.com:/sam/dwmblocks into semita mrsu 2024-06-13 17:30:08 +0100
  • c4e7a9b1eb Remove sb-updates from statusbar, adjust update intervals. semita Sam 2024-05-31 18:43:38 +0100
  • 101803e3cd merge master Sam 2024-02-08 13:03:17 +0000
  • 5ec5bd7d84 merge master master citadel mrsu 2024-02-08 12:50:35 +0000
  • a9bb058c32 modify update interval mrsu-dwmblocks mrsu 2024-02-08 12:42:23 +0000
  • 92f4c6c878 change updates time mrsu 2024-02-07 12:05:53 +0000
  • 0307fbc487 added network monitor mrsu 2024-02-07 00:25:14 +0000
  • 58a426b68a
    Merge pull request #74 from tinnamchoi/spelling torrinfail 2024-01-10 20:33:36 -0700
  • 8fdceef1f3 removed battery Sam 2023-08-31 22:24:57 +0100
  • 406e4a4d12 delimeter -> delimiter tinnamchoi 2023-08-02 20:31:25 +0930
  • c827571ba0 dwmblocks mrsu 2023-05-07 23:15:17 +0100
  • a933ce0d61
    Merge pull request #48 from anntnzrb/patch-makefile torrinfail 2022-01-06 20:08:50 -0700
  • ba866be168
    Merge pull request #59 from mehmetumit/master torrinfail 2022-01-06 19:45:08 -0700
  • f47a157e57 \0 delimeter issue fixed Mehmet Ümit Özden 2021-09-26 14:26:30 +0300
  • adb7a49803 Added {Free,Open}BSD support | minor edits anntnzrb 2021-08-05 07:55:45 -0500
  • 6be2a10558 Makefile tweaks anntnzrb 2021-05-28 11:36:37 -0500
  • 96cbb453e5
    Merge pull request #40 from IGeraGera/IGeraGera-patch-1 torrinfail 2020-12-27 13:43:03 -0700
  • 0e22e81b1e
    Merge pull request #39 from Strahinja/master torrinfail 2020-12-24 16:53:26 -0700
  • 5b8eb5f7b1
    Merge pull request #41 from victor-timofei/master torrinfail 2020-12-24 16:49:30 -0700
  • af5389ce30
    Fix LDFLAGS for Ubuntu Victor Timofei 2020-12-23 19:52:47 +0200
  • 5583a44cd3
    Updated README with new patch IGeraGera 2020-12-22 14:44:10 +0200
  • 9319e12a45
    Update README.md IGeraGera 2020-12-20 01:07:07 +0200
  • 4c392c32ed Added the call to pclose() when the output from the command is empty Страхиња Радић 2020-11-18 12:09:15 +0100
  • b6b0be4f4f Only open X server once rather than open and close after every writeout. aidan 2020-09-09 13:10:49 -0600
  • 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. aidan 2020-09-05 15:48:54 -0600
  • 13c7700f34 Fixed issue with empty command delimiter This meant that the delimiters were added when when both the icon and output where empty. aidan 2020-08-29 11:58:28 -0600
  • 3d308cafb0
    Merge pull request #29 from keikari/patch-2 torrinfail 2020-08-27 06:51:30 +0000
  • 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. aidan 2020-08-27 04:47:07 +0000
  • 904e407908 Added back the ability to change compiler with CC environment variable. aidan 2020-08-19 10:12:37 -0600
  • 416a36d636 Unified style for if, for, and while statements. As well as general code cleanup. aidan 2020-08-19 10:10:43 -0600
  • b12722ab48
    Merge pull request #30 from toniz4/master torrinfail 2020-08-17 23:43:41 -0600
  • 8ebe5ecb60 updated readme with new statuscmd patch Cássio Ribeiro Alves de Ávila 2020-08-17 04:16:34 -0300
  • d581dae180
    Update dwmblocks.c keikari 2020-08-16 12:21:46 +0300
  • 86d7ae90b7
    Update dwmblocks.c keikari 2020-08-16 12:20:15 +0300
  • 0bd4575574
    Small fix keikari 2020-08-15 21:43:18 +0300
  • 941f415b38 Manual merge of pull request #19. This adds multi-character delimiter. Thanks to tph5595. aidan 2020-08-14 12:36:38 -0600
  • 9c5aec5cd5 Removed call to redundant call to exit() aidan 2020-08-14 01:15:32 -0600
  • 661f3eb4bc
    Merge pull request #12 from kdkasad/patch-1 torrinfail 2020-08-12 21:20:36 -0600
  • 5dcb2a0d84 fixed signal handling on OpenBSD by using SIGUSR1 instead of SIGRTMIN. This should not affect other platforms at all. aidan 2020-08-12 10:24:42 -0600
  • 5b9f39d697
    Update README.md torrinfail 2020-08-11 20:20:49 -0700
  • d2e6d20ebf
    Merge pull request #15 from tomboehmer/issue9 torrinfail 2020-08-11 20:04:51 -0700
  • 1b2e50c6c5
    Update README.md torrinfail 2020-08-11 20:00:54 -0700
  • 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. Aidan 2020-08-11 20:50:11 -0600
  • 8893f2d08a
    Merge pull request #17 from tph5595/patch-1 torrinfail 2020-07-28 11:07:43 -0600
  • 7a570d5760
    Merge branch 'master' into patch-1 torrinfail 2020-07-28 11:06:04 -0600
  • dcb198d7d7 Added variable in makefile to change c compiler Aidan 2020-07-06 02:10:33 -0600
  • 31b9d65b31
    Merge pull request #8 from markcaudill/master torrinfail 2020-06-11 01:13:49 -0600
  • e62fbe6499
    Fixed argument order for gcc Taylor Henderson 2020-05-29 21:22:34 -0400
  • 4d92b6ca6c Fixes #9 - determine the size of the status buffer based on the number of blocks Tom Böhmer 2020-05-28 10:39:07 +0200
  • 507cf284a2
    Change `cp`/`chmod` to `install` Kian Kasad 2020-05-04 01:20:45 -0700
  • 6e0519df3a Switched to ISC license Aidan 2020-04-18 02:02:41 -0600
  • 5a199e25f6
    Start transition to ISC license torrinfail 2020-04-18 01:57:02 -0600
  • 030de220e4 removed unused replace function aidan 2020-04-16 01:03:30 -0600
  • 003a2238dc
    Merge pull request #3 from crian/master torrinfail 2020-04-16 00:32:26 -0600
  • 06710ebd05 Proposed fix for issue #5. Mark Caudill 2020-04-01 11:45:00 -0400
  • 2b44212f45
    Makefile: Set permission crian 2020-03-03 14:53:01 +0100
  • 2c47e9e707
    Makefile: Add uninstall crian 2020-03-02 13:42:26 +0100
  • 9c9e08d2bc
    Makefile: Use DESTDIR and PREFIX crian 2020-03-02 13:36:26 +0100
  • fefab14bee Merge branch 'master' of https://github.com/torrinfail/dwmblocks Aidan 2019-12-16 14:38:39 -0700
  • fa4eeff38d Added ifndef for openbsd compatibility. SIGRTMIN is not defined on OpenBSD. Aidan 2019-12-16 14:35:29 -0700
  • 3906995607 Changed Makefile to use pkg-config to find libraries. Aidan 2019-12-12 10:28:06 -0700
  • 377f990331 Switched to fgets instead of using fgetc Aidan 2019-11-30 14:43:33 -0700
  • 09a00ab345 fixed issue causing segfault on ARM systems Aidan 2019-11-30 02:05:10 -0700
  • b685f2805f Fixed garbled last commit Aidan Hubert 2019-11-27 05:50:38 +0000
  • 1766af7d5e Added -p option for printing to stdout rather then setting the root window for compatibility with other wms. Aidan 2019-11-26 22:43:16 -0700
  • a22c6311cc Added -f option to rm in clean command. Aidan 2019-11-26 22:42:27 -0700
  • 5ff59d4e8b Made dwmblocks way more efficient by only setting the name of the root window when something has changed. Aidan 2019-11-13 13:58:20 -0700
  • 72dc44f963 Revert "Changed delimeter to accept multiple characters." Aidan 2019-11-07 13:07:19 -0700
  • 3da92ebccb Changed delimeter to accept multiple characters. Aidan 2019-11-04 15:34:34 -0700
  • 690475e1e5 added icons and delimeter Aidan 2019-03-29 21:10:46 -0600
  • 86f2909ba6 Changed Makefile to also complie when running install. Aidan 2019-03-26 18:32:08 -0600
  • ce861dd798 Fixed for loop in getstatus() Aidan 2019-03-24 22:32:08 -0600
  • 980aab697a Added more to readme. Aidan 2019-03-24 21:54:43 -0600
  • b998dd9d55 Added install option. Aidan 2019-03-24 21:53:48 -0600
  • 5ba902a666 Added function declarations and renamed setrootcmd to statusstr. Aidan 2019-03-24 21:51:40 -0600
  • a724e5cdac Changed commands to use ~ instead of /home/aidan Aidan 2019-03-24 17:51:45 -0600
  • 9c88bb5245 Changed makefile to include X11 libraries. Aidan 2019-03-24 16:36:52 -0600
  • c97d6d119e Added code files, and Makefile. Aidan 2019-03-24 16:31:05 -0600
  • b0728ca8b9
    Initial commit torrinfail 2019-03-24 16:19:32 -0600