forked from torrinfail/dwmblocks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a bit more documentation to readme.
- Loading branch information
1 parent
7e0bc3f
commit 1b2e50c
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# 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. |