https://github.com/notchtc/dwmblocks
personal build of dwmblocks
https://github.com/notchtc/dwmblocks
Last synced: about 2 months ago
JSON representation
personal build of dwmblocks
- Host: GitHub
- URL: https://github.com/notchtc/dwmblocks
- Owner: notchtc
- License: isc
- Created: 2022-01-30T18:16:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T12:25:30.000Z (over 3 years ago)
- Last Synced: 2025-01-28T01:22:04.249Z (4 months ago)
- Language: C
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dwmblocks
Modular status bar for dwm written in c.Requires the battery, volume and nowplaying scripts from my dotfiles (https://github.com/notchtc/dotfiles).
For the nowplaying script to update on song change you must use ``set status\_display\_program`` in cmus.
# usage
To use dwmblocks first run 'make' and then install it with 'sudo make install'.
After that you can put dwmblocks in your xinitrc or other startup script to have it start with dwm.
# modifying blocks
The statusbar is made from text output from commandline programs.
Blocks are added and removed by editing the blocks.h header file.
By default the blocks.h header file is created the first time you run make which copies the default config from blocks.def.h.
This is so you can edit your status bar commands and they will not get overwritten in a future update.
# patches
Here are some patches to dwmblocks that add features that I either don't want to merge in, or that require a dwm patch to work.
I do not maintain these but I will take pull requests to update them.
dwmblocks-statuscmd-b6b0be4.diff