[doc] Add updated themes and screenshots

This commit is contained in:
Tobias Witek 2016-10-31 17:58:50 +01:00
parent 9b17cf619e
commit 43fcbd9306
7 changed files with 321 additions and 18 deletions

View file

@ -1,30 +1,93 @@
{
"defaults": {
"urgent": true,
"prefix": " ",
"suffix" : " ",
"cycle": [
{
"fg": "red"
},
{
"fg": "lime"
}
]
"urgent": true
},
"battery": {
"prefix": "bat ",
"date": {
"prefix": " "
},
"time": {
"prefix": " "
},
"memory": {
"prefix": " ram "
},
"cpu": {
"prefix": " cpu "
},
"disk": {
"prefix": " hdd "
},
"dnf": {
"prefix": " dnf "
},
"pasink": {
"states": {
"charging": {
"suffix": "+ ",
"fg": "#00ff00"
"muted": {
"prefix": " audio(mute) "
},
"discharging": {
"suffix": "- ",
"fg": "#ff0000"
"unmuted": {
"prefix": " audio "
}
}
},
"time": {
"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 "
},
"charging": {
"suffix": " chr "
},
"discharging_critical": {
"prefix": " ! ",
"suffix": " dis "
},
"discharging_low": {
"suffix": " dis "
},
"discharging_medium": {
"suffix": " dis "
},
"discharging_high": {
"suffix": " dis "
},
"discharging_full": {
"suffix": " dis "
}
}
}
}

View file

@ -0,0 +1,123 @@
{
"defaults": {
"prefix": " ",
"suffix" : " ",
"cycle": [
{
"fg": "#ffd700",
"bg": "#d75f00"
},
{
"fg": "#ffffff",
"bg": "#0087af"
}
],
"fg-critical": "#ffffff",
"bg-critical": "#ff0000",
"fg-warning": "#d75f00",
"bg-warning": "#ffd700",
"default_separators": false,
"separator": ""
},
"date": {
"prefix": "  "
},
"time": {
"prefix": "  "
},
"memory": {
"prefix": "  "
},
"cpu": {
"prefix": "  "
},
"disk": {
"prefix": "  "
},
"dnf": {
"prefix": "  ",
"states": {
"good": {
"fg": "#494949",
"bg": "#41db00"
}
}
},
"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": "#494949",
"bg": "#41db00"
},
"charging": {
"prefix": [ "  ", "  ", "  ", "  ", "  " ],
"suffix": "  "
},
"discharging_critical": {
"prefix": "  ",
"suffix": "  "
},
"discharging_low": {
"prefix": "  ",
"suffix": "  "
},
"discharging_medium": {
"prefix": "  ",
"suffix": "  "
},
"discharging_high": {
"prefix": "  ",
"suffix": "  "
},
"discharging_full": {
"prefix": "  ",
"suffix": "  "
}
}
}
}

View file

@ -0,0 +1,117 @@
{
"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 "
},
"disk": {
"prefix": " hdd "
},
"dnf": {
"prefix": " dnf ",
"states": {
"good": {
"fg": "#002b36",
"bg": "#859900"
}
}
},
"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"
},
"charging": {
"suffix": " chr "
},
"discharging_critical": {
"prefix": " ! ",
"suffix": " dis "
},
"discharging_low": {
"suffix": " dis "
},
"discharging_medium": {
"suffix": " dis "
},
"discharging_high": {
"suffix": " dis "
},
"discharging_full": {
"suffix": " dis "
}
}
}
}

BIN
screenshots/default.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
screenshots/powerline.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
screenshots/solarized.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB