bumblebee-status/themes/solarized.json
Tobi-wan Kenobi f31c0e492d [modules] Add initial version of a load module
Add a load module that shows 1/5/15 minute load average and allows the
user to set warning and critical thresholds on the 1 minute average.

fixes #9
2016-11-25 21:45:30 +01:00

156 lines
2.3 KiB
JSON

{
"defaults": {
"prefix": " ",
"suffix" : " ",
"cycle": [
{
"fg": "#93a1a1",
"bg": "#002b36"
},
{
"fg": "#eee8d5",
"bg": "#586e75"
}
],
"fg-critical": "#002b36",
"bg-critical": "#dc322f",
"fg-warning": "#002b36",
"bg-warning": "#b58900",
"default_separators": false,
"separator": "|"
},
"date": {
"prefix": " "
},
"time": {
"prefix": " "
},
"memory": {
"prefix": " ram "
},
"cpu": {
"prefix": " cpu "
},
"load": {
"prefix": " load "
},
"disk": {
"prefix": " hdd "
},
"dnf": {
"prefix": " dnf ",
"states": {
"good": {
"fg": "#002b36",
"bg": "#859900"
}
}
},
"brightness": {
"prefix": " o "
},
"cmus": {
"states": {
"playing": {
"prefix": " > "
},
"paused": {
"prefix": " || "
},
"stopped": {
"prefix": " [] "
}
},
"prev": {
"prefix": " |< "
},
"next": {
"prefix": " >| "
},
"shuffle": {
"states": { "on": { "prefix": " S " }, "off": { "prefix": " [s] " } }
},
"repeat": {
"states": { "on": { "prefix": " R " }, "off": { "prefix": " [r] " } }
}
},
"pasink": {
"states": {
"muted": {
"prefix": " audio(mute) "
},
"unmuted": {
"prefix": " audio "
}
}
},
"pasource": {
"states": {
"muted": {
"prefix": " mic(mute) "
},
"unmuted": {
"prefix": " mic "
}
}
},
"nic": {
"states": {
"wireless-up": {
"prefix": " wifi "
},
"wireless-down": {
"prefix": " wifi "
},
"wired-up": {
"prefix": " lan "
},
"wired-down": {
"prefix": " lan "
},
"tunnel-up": {
"prefix": " tun "
},
"tunnel-down": {
"prefix": " tun "
}
}
},
"battery": {
"states": {
"charged": {
"suffix": " full ",
"fg": "#002b36",
"bg": "#859900"
},
"AC": {
"suffix": " ac ",
"fg": "#002b36",
"bg": "#859900"
},
"charging": {
"suffix": " chr "
},
"discharging-10": {
"prefix": " ! ",
"suffix": " dis "
},
"discharging-25": {
"suffix": " dis "
},
"discharging-50": {
"suffix": " dis "
},
"discharging-80": {
"suffix": " dis "
},
"discharging-100": {
"suffix": " dis "
}
}
},
"caffeine": {
"states": { "activated": {"prefix": " caf on " }, "deactivated": { "prefix": " caf off " } }
}
}