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.
Changed commands to use ~ instead of /home/aidan
- Loading branch information
1 parent
9c88bb5
commit a724e5c
Showing
1 changed file
with
6 additions
and
4 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,6 +1,8 @@ | ||
//Modify this file to change what commands output to your statusbar, and recompile using the make command. | ||
static const Block blocks[] = { | ||
{"/home/aidan/bin/statusbar/volume", 0, 10}, | ||
{"/home/aidan/bin/statusbar/brightness", 0, 11}, | ||
{"/home/aidan/bin/statusbar/battery", 5, 0}, | ||
{"/home/aidan/bin/statusbar/clock", 5, 0}, | ||
/*Command*/ /*Update Interval*/ /*Update Signal*/ | ||
{"~/bin/statusbar/volume", 0, 10}, | ||
{"~/bin/statusbar/brightness", 0, 11}, | ||
{"~/bin/statusbar/battery", 5, 0}, | ||
{"~/bin/statusbar/clock", 5, 0}, | ||
}; |