You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
651 B
C

static const int cycletime = 2; /* time between updates in second */
static const char interface[] = "enp4s0"; /* The name of the inteface to display information for */
static const char * icons[] = { /* Array of icons to be used for the status bar segments */
"", // Icon for date
"", // Icon for battery
"", // Icon for CPU usage
"", // Icon for RAM usage
"", // Icon for disk
"", // Icon for network speed
"", // Icon for upload speed
"", // Icon for download speed
"", // Icon for network information
"" // Icon for music infos
};