2016-12-04 18:10:04 +01:00
|
|
|
{
|
2016-12-11 07:28:15 +01:00
|
|
|
"defaults": {
|
|
|
|
"separator": "", "padding": " ",
|
|
|
|
"unknown": { "prefix": "" }
|
|
|
|
},
|
2018-01-03 15:58:57 +01:00
|
|
|
"date": { "prefix": "" },
|
|
|
|
"time": { "prefix": "" },
|
2017-06-13 04:25:10 +02:00
|
|
|
"datetime": { "prefix": "" },
|
2016-12-04 18:10:04 +01:00
|
|
|
"memory": { "prefix": "" },
|
2017-08-06 20:21:54 +02:00
|
|
|
"cpu": { "prefix": "" },
|
2016-12-04 18:10:04 +01:00
|
|
|
"disk": { "prefix": "" },
|
|
|
|
"dnf": { "prefix": "" },
|
2017-03-16 07:51:51 +01:00
|
|
|
"pacman": { "prefix": "" },
|
2016-12-04 18:10:04 +01:00
|
|
|
"brightness": { "prefix": "" },
|
2016-12-11 08:13:54 +01:00
|
|
|
"load": { "prefix": "" },
|
2016-12-11 15:00:13 +01:00
|
|
|
"layout": { "prefix": "" },
|
2017-09-30 11:17:18 +02:00
|
|
|
"layout-xkb": { "prefix": "" },
|
2017-06-16 11:27:21 +02:00
|
|
|
"todo": { "empty": {"prefix": "" },
|
2017-11-13 15:02:57 +01:00
|
|
|
"items": {"prefix": "" },
|
|
|
|
"uptime": {"prefix": "" }
|
2017-06-16 08:54:52 +02:00
|
|
|
},
|
2017-11-24 20:07:10 +01:00
|
|
|
"zpool": {
|
|
|
|
"poolread": {"prefix": "→ "},
|
|
|
|
"poolwrite": {"prefix": "← "},
|
|
|
|
"ONLINE": {"prefix": ""},
|
|
|
|
"FAULTED": {"prefix": "!"},
|
|
|
|
"DEGRADED": {"prefix": "!"}
|
|
|
|
},
|
2016-12-04 18:10:04 +01:00
|
|
|
"cmus": {
|
|
|
|
"playing": { "prefix": "" },
|
|
|
|
"paused": { "prefix": "" },
|
|
|
|
"stopped": { "prefix": "" },
|
|
|
|
"prev": { "prefix": "" },
|
|
|
|
"next": { "prefix": "" },
|
2016-12-10 08:16:27 +01:00
|
|
|
"shuffle-on": { "prefix": "" },
|
|
|
|
"shuffle-off": { "prefix": "" },
|
|
|
|
"repeat-on": { "prefix": "" },
|
|
|
|
"repeat-off": { "prefix": "" }
|
2016-12-04 18:10:04 +01:00
|
|
|
},
|
2017-01-02 21:44:53 +01:00
|
|
|
"gpmdp": {
|
|
|
|
"playing": { "prefix": "" },
|
|
|
|
"paused": { "prefix": "" },
|
|
|
|
"stopped": { "prefix": "" },
|
|
|
|
"prev": { "prefix": "" },
|
|
|
|
"next": { "prefix": "" }
|
|
|
|
},
|
2016-12-04 18:10:04 +01:00
|
|
|
"pasink": {
|
|
|
|
"muted": { "prefix": "" },
|
|
|
|
"unmuted": { "prefix": "" }
|
|
|
|
},
|
2017-03-15 21:55:05 +01:00
|
|
|
"amixer": {
|
|
|
|
"muted": { "prefix": "" },
|
|
|
|
"unmuted": { "prefix": "" }
|
|
|
|
},
|
2016-12-04 18:10:04 +01:00
|
|
|
"pasource": {
|
|
|
|
"muted": { "prefix": "" },
|
|
|
|
"unmuted": { "prefix": "" }
|
|
|
|
},
|
2017-03-03 16:01:59 +01:00
|
|
|
"kernel": {
|
|
|
|
"prefix": "\uf17c"
|
|
|
|
},
|
2016-12-04 18:10:04 +01:00
|
|
|
"nic": {
|
|
|
|
"wireless-up": { "prefix": "" },
|
|
|
|
"wireless-down": { "prefix": "" },
|
|
|
|
"wired-up": { "prefix": "" },
|
|
|
|
"wired-down": { "prefix": "" },
|
|
|
|
"tunnel-up": { "prefix": "" },
|
|
|
|
"tunnel-down": { "prefix": "" }
|
|
|
|
},
|
2017-06-01 18:12:49 +02:00
|
|
|
"bluetooth": {
|
|
|
|
"ON": { "prefix": "" },
|
|
|
|
"OFF": { "prefix": "" },
|
|
|
|
"?": { "prefix": "" }
|
|
|
|
},
|
2016-12-04 18:10:04 +01:00
|
|
|
"battery": {
|
|
|
|
"charged": { "prefix": "", "suffix": "" },
|
|
|
|
"AC": { "suffix": "" },
|
|
|
|
"charging": {
|
|
|
|
"prefix": [ "", "", "", "", "" ],
|
|
|
|
"suffix": ""
|
|
|
|
},
|
|
|
|
"discharging-10": { "prefix": "", "suffix": "" },
|
|
|
|
"discharging-25": { "prefix": "", "suffix": "" },
|
|
|
|
"discharging-50": { "prefix": "", "suffix": "" },
|
|
|
|
"discharging-80": { "prefix": "", "suffix": "" },
|
2017-07-23 18:45:07 +02:00
|
|
|
"discharging-100": { "prefix": "", "suffix": "" },
|
|
|
|
"unlimited": { "prefix": "", "suffix": "" },
|
|
|
|
"estimate": { "prefix": "" }
|
2016-12-04 18:10:04 +01:00
|
|
|
},
|
|
|
|
"caffeine": {
|
|
|
|
"activated": {"prefix": " " }, "deactivated": { "prefix": " " }
|
|
|
|
},
|
|
|
|
"xrandr": {
|
2017-01-21 11:23:29 +01:00
|
|
|
"on": { "prefix": " "}, "off": { "prefix": " " }
|
|
|
|
},
|
|
|
|
"redshift": {
|
2017-06-13 04:25:10 +02:00
|
|
|
"day": { "prefix": "" }, "night": { "prefix": "" }, "transition": { "prefix": "" }
|
2017-04-19 13:36:35 +02:00
|
|
|
},
|
|
|
|
"sensors": {
|
2017-06-03 08:03:46 +02:00
|
|
|
"prefix": ""
|
2017-04-21 07:16:16 +02:00
|
|
|
},
|
|
|
|
"traffic":{
|
2017-04-23 07:15:30 +02:00
|
|
|
"rx": { "prefix": "" },
|
|
|
|
"tx": { "prefix": "" }
|
2017-05-26 19:48:23 +02:00
|
|
|
},
|
|
|
|
"mpd": {
|
|
|
|
"playing": { "prefix": "" },
|
|
|
|
"paused": { "prefix": "" },
|
|
|
|
"stopped": { "prefix": "" },
|
|
|
|
"prev": { "prefix": "" },
|
|
|
|
"next": { "prefix": "" },
|
|
|
|
"shuffle-on": { "prefix": "" },
|
|
|
|
"shuffle-off": { "prefix": "" },
|
|
|
|
"repeat-on": { "prefix": "" },
|
|
|
|
"repeat-off": { "prefix": "" }
|
2017-05-27 12:48:02 +02:00
|
|
|
},
|
|
|
|
"github": {
|
|
|
|
"prefix": " "
|
|
|
|
},
|
2017-10-30 09:17:42 +01:00
|
|
|
"hipchat": {
|
|
|
|
"prefix": " "
|
|
|
|
},
|
2017-05-27 12:48:02 +02:00
|
|
|
"spotify": {
|
|
|
|
"prefix": " "
|
2017-05-30 10:34:28 +02:00
|
|
|
},
|
|
|
|
"publicip": {
|
|
|
|
"prefix": " "
|
2017-06-13 04:26:33 +02:00
|
|
|
},
|
|
|
|
"weather": {
|
|
|
|
"clouds": { "prefix": "" },
|
|
|
|
"rain": { "prefix": "" },
|
|
|
|
"snow": { "prefix": "" },
|
|
|
|
"clear": { "prefix": "" },
|
|
|
|
"thunder": { "prefix": "" }
|
2018-01-30 16:58:09 +01:00
|
|
|
},
|
|
|
|
"taskwarrior": {
|
|
|
|
"prefix": " "
|
2017-05-27 12:48:02 +02:00
|
|
|
}
|
2016-12-04 18:10:04 +01:00
|
|
|
}
|