rename scripts to align with new dotfiles names
This commit is contained in:
parent
5f3b1f0b62
commit
40c6b6d8ca
44
config.h
44
config.h
@ -3,29 +3,29 @@
|
|||||||
//Otherwise the last nonzero value will be used instead. This is intended behaviour as it prevents flickering
|
//Otherwise the last nonzero value will be used instead. This is intended behaviour as it prevents flickering
|
||||||
static const Block blocks[] = {
|
static const Block blocks[] = {
|
||||||
/*Command*/ /*Update Interval*/ /*Update Signal*/
|
/*Command*/ /*Update Interval*/ /*Update Signal*/
|
||||||
{"music", 0, 11},
|
{"sb-music", 0, 11},
|
||||||
{"cat /tmp/mucc_time 2> /dev/null || echo ''", 100, 3 },
|
{"sb-appointments", 10, 8},
|
||||||
{"appointments", 10, 8},
|
{"sb-dunststatus", 10, 5 },
|
||||||
{"dunststatus", 10, 5 },
|
{"sb-getpomminutesft", 100, 3 },
|
||||||
{"getpomminutesft", 100, 3 },
|
{"sb-getpomminutes", 100, 3 },
|
||||||
{"getpomminutes", 100, 3 },
|
/* {"sb-weather", 3600, 5 },*/
|
||||||
/* {"weather", 3600, 5 },*/
|
{"sb-pacpackages", 0, 6 },
|
||||||
{"pacpackages", 0, 6 },
|
{"sb-memory", 2, 0 },
|
||||||
{"memory", 2, 0 },
|
{"sb-cpu", 2, 0 },
|
||||||
{"cpu", 2, 0 },
|
{"sb-nettraf", 5, 0 },
|
||||||
{"nettraf", 5, 0 },
|
{"sb-torrent", 6, 12 },
|
||||||
{"torrent", 6, 12 },
|
{"sb-getmail", 20, 13},
|
||||||
{"getmail", 20, 13},
|
{"sb-news", 600, 13},
|
||||||
{"news", 600, 13},
|
/* {"sb-getbright", 4, 2 },*/
|
||||||
/* {"getbright", 4, 2 },*/
|
{"sb-headset_connected", 5, 4 },
|
||||||
{"headset_connected", 5, 4 },
|
{"sb-volume", 1, 10},
|
||||||
{"volume", 1, 10},
|
{"sb-current_day", 100, 0 },
|
||||||
{"current_day", 100, 0 },
|
{"sb-clock", 4, 0 },
|
||||||
{"clock", 4, 0 },
|
{"sb-vpnstatus", 5, 9 },
|
||||||
{"vpnstatus", 5, 9 },
|
{"sb-internet", 10, 0 },
|
||||||
{"internet", 10, 0 },
|
{"sb-battery", 4, 7 },
|
||||||
{"battery", 4, 7 },
|
|
||||||
};
|
};
|
||||||
|
|
||||||
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
|
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
|
||||||
static char delim = ' ';
|
static char delim = ' ';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user