Updated config.h to display configured bar
This commit is contained in:
parent
bdb7b92011
commit
8afd56ea27
20
config.h
20
config.h
@ -2,18 +2,18 @@
|
|||||||
|
|
||||||
static const Block blocks[] = {
|
static const Block blocks[] = {
|
||||||
/* Command *//* Update Interval *//* Update Signal */
|
/* Command *//* Update Interval *//* Update Signal */
|
||||||
{"dwm_memory", 3, 0},
|
|
||||||
{"dwm_kernel", 0, 0},
|
{"dwm_kernel", 0, 0},
|
||||||
{"dwm_cpu_temp", 3, 0},
|
{"dwm_traffic", 1, 0 },
|
||||||
// { "dwm_date", 3600, 0 },
|
{"dwm_memory", 3, 0},
|
||||||
{"dwm_brightness", 0, 11},
|
//{"dwm_battery", 3, 0},
|
||||||
{"dwm_volume", 0, 10},
|
//{"dwm_cpu_temp", 3, 0},
|
||||||
{"dwm_network", 3, 0},
|
|
||||||
// { "dwm_traffic", 1, 0 },
|
|
||||||
{"dwm_battery", 3, 0},
|
|
||||||
{"dwm_clock", 3, 0},
|
{"dwm_clock", 3, 0},
|
||||||
{"dwm_keyboard_layout", 0, 12},
|
{"dwm_date", 3600, 0 },
|
||||||
{"dwm_uptime", 60, 0},
|
//{"dwm_brightness", 0, 11},
|
||||||
|
//{"dwm_volume", 0, 10},
|
||||||
|
//{"dwm_network", 3, 0},
|
||||||
|
//{"dwm_keyboard_layout", 0, 12},
|
||||||
|
//{"dwm_uptime", 60, 0},
|
||||||
};
|
};
|
||||||
|
|
||||||
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
|
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
|
||||||
|
Loading…
Reference in New Issue
Block a user