bumblebee-status/bumblebee/themes/solarized-powerline.json

124 lines
1.8 KiB
JSON
Raw Normal View History

{
"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": "  "
},
"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": "  "
}
}
}
}