bumblebee-status/themes/solarized-powerline.json

167 lines
2.6 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-block-width": 0,
"separator": ""
},
"date": {
"prefix": "  "
},
"time": {
"prefix": "  "
},
"memory": {
"prefix": "  "
},
"cpu": {
"prefix": "  "
},
"load": {
"prefix": "  "
},
"disk": {
"prefix": "  "
},
"dnf": {
"prefix": "  ",
"states": {
"good": {
"fg": "#002b36",
"bg": "#859900"
}
}
},
"brightness": {
"prefix": "  "
},
"cmus": {
"states": {
"playing": {
"prefix": "  "
},
"paused": {
"prefix": "  "
},
"stopped": {
"prefix": "  "
}
},
"prev": {
"prefix": "  "
},
"next": {
"prefix": "  "
},
"shuffle": {
"states": { "on": { "prefix": "  " }, "off": { "prefix": "  " } }
},
"repeat": {
"states": { "on": { "prefix": "  " }, "off": { "prefix": "  " } }
}
},
"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"
},
"AC": {
"suffix": "  ",
"fg": "#002b36",
"bg": "#859900"
},
"charging": {
"prefix": [ "  ", "  ", "  ", "  ", "  " ],
"suffix": "  "
},
"discharging-10": {
"prefix": "  ",
"suffix": "  "
},
"discharging-25": {
"prefix": "  ",
"suffix": "  "
},
"discharging-50": {
"prefix": "  ",
"suffix": "  "
},
"discharging-80": {
"prefix": "  ",
"suffix": "  "
},
"discharging-100": {
"prefix": "  ",
"suffix": "  "
}
}
2016-11-23 14:04:33 +01:00
},
"caffeine": {
"states": { "activated": {"prefix": "   " }, "deactivated": { "prefix": "   " } }
},
"xrandr": {
"states": { "on": { "prefix": "   "}, "off": { "prefix": "   "} }
}
}