update config
This commit is contained in:
parent
fe538a7a2f
commit
62ffbfa02e
1 changed files with 12 additions and 12 deletions
24
config.h
24
config.h
|
|
@ -2,7 +2,7 @@
|
||||||
#define CONFIG_H
|
#define CONFIG_H
|
||||||
|
|
||||||
// String used to delimit block outputs in the status.
|
// String used to delimit block outputs in the status.
|
||||||
#define DELIMITER " "
|
#define DELIMITER " │ "
|
||||||
|
|
||||||
// Maximum number of Unicode characters that a block can output.
|
// Maximum number of Unicode characters that a block can output.
|
||||||
#define MAX_BLOCK_OUTPUT_LENGTH 45
|
#define MAX_BLOCK_OUTPUT_LENGTH 45
|
||||||
|
|
@ -16,17 +16,17 @@
|
||||||
// Control whether a trailing delimiter should be appended to the status.
|
// Control whether a trailing delimiter should be appended to the status.
|
||||||
#define TRAILING_DELIMITER 0
|
#define TRAILING_DELIMITER 0
|
||||||
|
|
||||||
|
#define SCRIPT_DIR "~/bin/statusbar/"
|
||||||
|
|
||||||
// Define blocks for the status feed as X(icon, cmd, interval, signal).
|
// Define blocks for the status feed as X(icon, cmd, interval, signal).
|
||||||
#define BLOCKS(X) \
|
#define BLOCKS(X) \
|
||||||
X("", "sb-mail", 600, 1) \
|
X("", SCRIPT_DIR "sb-battery", 5, 3) \
|
||||||
X("", "sb-music", 0, 2) \
|
X("", SCRIPT_DIR "sb-forecast", 600, 1) \
|
||||||
X("", "sb-disk", 1800, 3) \
|
X("", SCRIPT_DIR "sb-volume", 1, 10) \
|
||||||
X("", "sb-memory", 10, 4) \
|
X("", SCRIPT_DIR "sb-internet", 5, 4) \
|
||||||
X("", "sb-loadavg", 5, 5) \
|
X("", SCRIPT_DIR "sb-tuned", 1, 12) \
|
||||||
X("", "sb-mic", 0, 6) \
|
X("", SCRIPT_DIR "sb-clock", 60, 1)
|
||||||
X("", "sb-record", 0, 7) \
|
|
||||||
X("", "sb-volume", 0, 8) \
|
// X("", SCRIPT_DIR "sb-net", 1, 16)
|
||||||
X("", "sb-battery", 5, 9) \
|
|
||||||
X("", "sb-date", 1, 10)
|
|
||||||
|
|
||||||
#endif // CONFIG_H
|
#endif // CONFIG_H
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue