Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barrett-ruth/dwmblocks
Modular status bar for dwm written in c.
https://github.com/barrett-ruth/dwmblocks
Last synced: 11 days ago
JSON representation
Modular status bar for dwm written in c.
- Host: GitHub
- URL: https://github.com/barrett-ruth/dwmblocks
- Owner: barrett-ruth
- Created: 2024-04-19T18:31:13.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T18:12:50.000Z (6 months ago)
- Last Synced: 2024-07-12T20:32:37.162Z (6 months ago)
- Language: C
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
dwmblocks - modular status bar for dwm written in c.
============================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.