Initial import
This commit is contained in:
commit
3779fdce2c
48 changed files with 2012 additions and 0 deletions
11
spoon/config.h-Linux
Normal file
11
spoon/config.h-Linux
Normal file
|
@ -0,0 +1,11 @@
|
|||
/* delay between each update in seconds */
|
||||
int delay = 1;
|
||||
|
||||
struct ent ents[] = {
|
||||
/* reorder/remove these as you see fit */
|
||||
/*{ .fmt = "%s | ", .read = mpdread, .arg = &(struct mpdarg){ .host = NULL, .port = 0 } },*/
|
||||
{ .fmt = "%%{r}i7 %s'C | ", .read = tempread, .arg = "/sys/class/hwmon/hwmon0/temp1_input" },
|
||||
{ .fmt = "%s | ", .read = netspeedread, .arg = "enp11s0" },
|
||||
{ .fmt = "V%s%% | ", .read = mixread, .arg = NULL },
|
||||
{ .fmt = "%s", .read = dateread, .arg = &(struct datearg){ .fmt = "%a %d %b %T", .tz = "UTC" } },
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue