bumblebee-status/bumblebee/themes/solarized-powerline.json
Tobias Witek bcf0264f99 [modules] Add DNF supervision module
Add a module that periodically (by default, once every 30min) calls
"dnf updateinfo" and evaluates the results to report the number of
bugfixes, enhancements, etc.

If there's either too many pending updates, or at least one security
update, the module goes critical.
2016-10-31 15:17:51 +01:00

123 lines
1.8 KiB
JSON

{
"defaults": {
"prefix": " ",
"suffix" : " ",
"cycle": [
{
"fg": "#eee8d5",
"bg": "#586e75"
},
{
"fg": "#93a1a1",
"bg": "#002b36"
}
],
"fg-critical": "#002b36",
"bg-critical": "#dc322f",
"fg-warning": "#002b36",
"bg-warning": "#b58900",
"default_separators": false,
"separator": ""
},
"date": {
"prefix": "  "
},
"time": {
"prefix": "  "
},
"memory": {
"prefix": "  "
},
"cpu": {
"prefix": "  "
},
"disk": {
"prefix": "  "
},
"dnf": {
"prefix": "  ",
"states": {
"good": {
"fg": "#002b36",
"bg": "#859900"
}
}
},
"pasink": {
"states": {
"muted": {
"prefix": "  "
},
"unmuted": {
"prefix": "  "
}
}
},
"pasource": {
"states": {
"muted": {
"prefix": "  "
},
"unmuted": {
"prefix": "  "
}
}
},
"nic": {
"states": {
"wireless-up": {
"prefix": "  "
},
"wireless-down": {
"prefix": "  "
},
"wired-up": {
"prefix": "  "
},
"wired-down": {
"prefix": "  "
},
"tunnel-up": {
"prefix": "  "
},
"tunnel-down": {
"prefix": "  "
}
}
},
"battery": {
"states": {
"charged": {
"prefix": "  ",
"suffix": "  ",
"fg": "#002b36",
"bg": "#859900"
},
"charging": {
"prefix": [ "  ", "  ", "  ", "  ", "  " ],
"suffix": "  "
},
"discharging_critical": {
"prefix": "  ",
"suffix": "  "
},
"discharging_low": {
"prefix": "  ",
"suffix": "  "
},
"discharging_medium": {
"prefix": "  ",
"suffix": "  "
},
"discharging_high": {
"prefix": "  ",
"suffix": "  "
},
"discharging_full": {
"prefix": "  ",
"suffix": "  "
}
}
}
}