Commit Graph

81 Commits

Author SHA1 Message Date
mrsu 1a65ae7eb0 changed sb-battery-new name 2024-06-16 20:08:26 +01:00
mrsu 08a8159195 moved separators to scripts 2024-06-16 14:56:09 +01:00
mrsu 04a2223f66 Merge branch 'semita' of git.sjplab.com:/sam/dwmblocks into semita 2024-06-13 17:30:08 +01:00
Sam c4e7a9b1eb Remove sb-updates from statusbar, adjust update intervals.
- Removed the sb-updates block from the statusbar.
- Adjusted the update interval for sb-network-status to 60 seconds.
- Kept other blocks (sb-mem-pct and sb-cpu-pct) unchanged.
2024-05-31 18:43:38 +01:00
Sam 101803e3cd merge master 2024-02-08 13:03:17 +00:00
mrsu 5ec5bd7d84 merge master 2024-02-08 12:50:35 +00:00
mrsu a9bb058c32 modify update interval 2024-02-08 12:42:23 +00:00
mrsu 92f4c6c878 change updates time 2024-02-07 12:05:53 +00:00
mrsu 0307fbc487 added network monitor 2024-02-07 00:25:14 +00:00
torrinfail 58a426b68a
Merge pull request #74 from tinnamchoi/spelling
Got me.
2024-01-10 20:33:36 -07:00
Sam 8fdceef1f3 removed battery 2023-08-31 22:24:57 +01:00
tinnamchoi 406e4a4d12 delimeter -> delimiter 2023-08-02 20:31:25 +09:30
mrsu c827571ba0 dwmblocks 2023-05-07 23:15:17 +01:00
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!
2022-01-06 20:08:50 -07:00
torrinfail ba866be168
Merge pull request #59 from mehmetumit/master
\0 delimeter issue fixed
This was clearly just an oversight. Thanks for the fix!
2022-01-06 19:45:08 -07:00
Mehmet Ümit Özden f47a157e57 \0 delimeter issue fixed 2021-09-26 14:26:30 +03:00
anntnzrb adb7a49803 Added {Free,Open}BSD support | minor edits 2021-08-05 07:55:45 -05:00
anntnzrb 6be2a10558 Makefile tweaks
Modified according to
[dwm](http://git.suckless.org/dwm/file/Makefile.html) 's
Makefile file.
2021-05-28 12:31:50 -05:00
torrinfail 96cbb453e5
Merge pull request #40 from IGeraGera/IGeraGera-patch-1
Updated the patch in README.md for commit b6b0be4
2020-12-27 13:43:03 -07:00
torrinfail 0e22e81b1e
Merge pull request #39 from Strahinja/master
Add the call to pclose() when the output from the block command is empty
2020-12-24 16:53:26 -07:00
torrinfail 5b8eb5f7b1
Merge pull request #41 from victor-timofei/master
Fix LDFLAGS for Ubuntu
2020-12-24 16:49:30 -07:00
Victor Timofei af5389ce30
Fix LDFLAGS for Ubuntu 2020-12-23 19:52:47 +02:00
IGeraGera 5583a44cd3
Updated README with new patch 2020-12-22 14:44:10 +02:00
IGeraGera 9319e12a45
Update README.md
Updated the existing patch. I tried to respect the current formating
2020-12-20 01:07:07 +02:00
Страхиња Радић 4c392c32ed Added the call to pclose() when the output from the command is empty 2020-11-18 12:09:15 +01:00
aidan b6b0be4f4f Only open X server once rather than open and close after every writeout. 2020-09-09 13:10:49 -06:00
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.
2020-09-05 15:48:54 -06:00
aidan 13c7700f34 Fixed issue with empty command delimiter
This meant that the delimiters were added when when both the icon and
output where empty.
2020-08-29 11:58:28 -06:00
torrinfail 3d308cafb0
Merge pull request #29 from keikari/patch-2
Fix, delimLen caused weird behaviour
2020-08-27 06:51:30 +00:00
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.
2020-08-27 04:47:07 +00:00
aidan 904e407908 Added back the ability to change compiler with CC environment variable. 2020-08-19 10:12:37 -06:00
aidan 416a36d636 Unified style for if, for, and while statements. As well as general
code cleanup.
2020-08-19 10:10:43 -06:00
torrinfail b12722ab48
Merge pull request #30 from toniz4/master
updated readme with new statuscmd patch
2020-08-17 23:43:41 -06:00
Cássio Ribeiro Alves de Ávila 8ebe5ecb60 updated readme with new statuscmd patch 2020-08-17 04:16:34 -03:00
keikari d581dae180
Update dwmblocks.c 2020-08-16 12:21:46 +03:00
keikari 86d7ae90b7
Update dwmblocks.c 2020-08-16 12:20:15 +03:00
keikari 0bd4575574
Small fix
delimLen didn't count in null-terminator.
On line 62 the null terminator character doesn't get copied.
2020-08-15 21:43:18 +03:00
aidan 941f415b38 Manual merge of pull request #19. This adds multi-character delimiter.
Thanks to tph5595.
2020-08-14 12:36:38 -06:00
aidan 9c5aec5cd5 Removed call to redundant call to exit() 2020-08-14 01:15:32 -06:00
torrinfail 661f3eb4bc
Merge pull request #12 from kdkasad/patch-1
Change `cp`/`chmod` to `install` in Makefile
2020-08-12 21:20:36 -06:00
aidan 5dcb2a0d84 fixed signal handling on OpenBSD by using SIGUSR1 instead of SIGRTMIN.
This should not affect other platforms at all.
2020-08-12 10:24:42 -06:00
torrinfail 5b9f39d697
Update README.md
Added first dwm style optional patch to readme
2020-08-11 20:20:49 -07:00
torrinfail d2e6d20ebf
Merge pull request #15 from tomboehmer/issue9
Fixes #9 - determine the size of the status buffer based on the number of blocks
2020-08-11 20:04:51 -07:00
torrinfail 1b2e50c6c5
Update README.md
Added a bit more documentation to readme.
2020-08-11 20:00:54 -07:00
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.
2020-08-11 20:50:11 -06:00
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
2020-07-28 11:07:43 -06:00
torrinfail 7a570d5760
Merge branch 'master' into patch-1 2020-07-28 11:06:04 -06:00
Aidan dcb198d7d7 Added variable in makefile to change c compiler 2020-07-06 02:10:33 -06:00
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 .
2020-06-11 01:13:49 -06:00
Taylor Henderson e62fbe6499
Fixed argument order for gcc 2020-05-29 21:22:34 -04:00