Remove sb-updates from statusbar, adjust update intervals.
- Removed the sb-updates block from the statusbar. - Adjusted the update interval for sb-network-status to 60 seconds. - Kept other blocks (sb-mem-pct and sb-cpu-pct) unchanged.
This commit is contained in:
parent
101803e3cd
commit
c4e7a9b1eb
|
@ -1,7 +1,6 @@
|
||||||
//Modify this file to change what commands output to your statusbar, and recompile using the make command.
|
//Modify this file to change what commands output to your statusbar, and recompile using the make command.
|
||||||
static const Block blocks[] = {
|
static const Block blocks[] = {
|
||||||
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
|
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
|
||||||
{" [", "sb-updates", 300, 11},
|
|
||||||
{" [", "sb-network-status", 5, 12},
|
{" [", "sb-network-status", 5, 12},
|
||||||
{" [", "sb-updates", 60, 11},
|
{" [", "sb-updates", 60, 11},
|
||||||
{" [ ", "sb-mem-pct", 5, 0},
|
{" [ ", "sb-mem-pct", 5, 0},
|
||||||
|
|
Loading…
Reference in New Issue