[documentation] Updated all screenshots to be more uniform
Also, added xrandr screenshots
10
README.md
|
@ -63,20 +63,20 @@ Here are some screenshots for all themes that currently exist:
|
||||||
|
|
||||||
Gruvbox Powerline (`-t gruvbox-powerline`) (contributed by [@paxy97](https://github.com/paxy97)):
|
Gruvbox Powerline (`-t gruvbox-powerline`) (contributed by [@paxy97](https://github.com/paxy97)):
|
||||||
|
|
||||||
![Gruvbox Powerline](https://github.com/tobi-wan-kenobi/bumblebee-status/blob/master/screenshots/powerline-gruvbox.png)
|
![Gruvbox Powerline](https://github.com/tobi-wan-kenobi/bumblebee-status/blob/master/screenshots/themes/powerline-gruvbox.png)
|
||||||
|
|
||||||
Solarized Powerline (`-t solarized-powerline`):
|
Solarized Powerline (`-t solarized-powerline`):
|
||||||
|
|
||||||
![Solarized Powerline](https://github.com/tobi-wan-kenobi/bumblebee-status/blob/master/screenshots/powerline-solarized.png)
|
![Solarized Powerline](https://github.com/tobi-wan-kenobi/bumblebee-status/blob/master/screenshots/themes/powerline-solarized.png)
|
||||||
|
|
||||||
Solarized (`-t solarized`):
|
Solarized (`-t solarized`):
|
||||||
|
|
||||||
![Solarized](https://github.com/tobi-wan-kenobi/bumblebee-status/blob/master/screenshots/solarized.png)
|
![Solarized](https://github.com/tobi-wan-kenobi/bumblebee-status/blob/master/screenshots/themes/solarized.png)
|
||||||
|
|
||||||
Powerline (`-t powerline`):
|
Powerline (`-t powerline`):
|
||||||
|
|
||||||
![Powerline](https://github.com/tobi-wan-kenobi/bumblebee-status/blob/master/screenshots/powerline.png)
|
![Powerline](https://github.com/tobi-wan-kenobi/bumblebee-status/blob/master/screenshots/themes/powerline.png)
|
||||||
|
|
||||||
Default (nothing or `-t default`):
|
Default (nothing or `-t default`):
|
||||||
|
|
||||||
![Default](https://github.com/tobi-wan-kenobi/bumblebee-status/blob/master/screenshots/default.png)
|
![Default](https://github.com/tobi-wan-kenobi/bumblebee-status/blob/master/screenshots/themes/default.png)
|
||||||
|
|
|
@ -51,6 +51,10 @@ class Output(bumblebee.output.Output):
|
||||||
"separator_block_width": 0,
|
"separator_block_width": 0,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
sep = theme.default_separators(widget)
|
||||||
|
sep = sep if sep else False
|
||||||
|
width = theme.separator_block_width(widget)
|
||||||
|
width = width if width else 0
|
||||||
self._data.append({
|
self._data.append({
|
||||||
u"full_text": "{}{}{}".format(
|
u"full_text": "{}{}{}".format(
|
||||||
theme.prefix(widget),
|
theme.prefix(widget),
|
||||||
|
@ -61,8 +65,8 @@ class Output(bumblebee.output.Output):
|
||||||
"background": theme.background(widget),
|
"background": theme.background(widget),
|
||||||
"name": widget.module(),
|
"name": widget.module(),
|
||||||
"instance": widget.instance(),
|
"instance": widget.instance(),
|
||||||
"separator": theme.default_separators(widget),
|
"separator": sep,
|
||||||
"separator_block_width": theme.separator_block_width(widget),
|
"separator_block_width": width,
|
||||||
})
|
})
|
||||||
theme.next_widget()
|
theme.next_widget()
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 1.8 KiB |
BIN
screenshots/date.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 837 B After Width: | Height: | Size: 860 B |
BIN
screenshots/pasink.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
screenshots/pasource.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 9.4 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 592 B After Width: | Height: | Size: 521 B |
BIN
screenshots/themes/default.png
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
screenshots/themes/powerline-gruvbox.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
screenshots/themes/powerline-solarized.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
screenshots/themes/powerline.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
screenshots/themes/solarized.png
Normal file
After Width: | Height: | Size: 9.4 KiB |
BIN
screenshots/time.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
screenshots/xrandr.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
|
@ -18,7 +18,7 @@
|
||||||
"bg-warning": "#b58900",
|
"bg-warning": "#b58900",
|
||||||
|
|
||||||
"default_separators": false,
|
"default_separators": false,
|
||||||
"separator": "|"
|
"separator": ""
|
||||||
},
|
},
|
||||||
"date": {
|
"date": {
|
||||||
"prefix": " "
|
"prefix": " "
|
||||||
|
|