mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
Update spec. with screenshots
This commit is contained in:
parent
be9ae4490c
commit
4686d0ef96
5 changed files with 8 additions and 0 deletions
BIN
doc/theme3/example-arthur.png
Normal file
BIN
doc/theme3/example-arthur.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 805 KiB |
BIN
doc/theme3/example-paper-float.png
Normal file
BIN
doc/theme3/example-paper-float.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 626 KiB |
BIN
doc/theme3/example-sidebar.png
Normal file
BIN
doc/theme3/example-sidebar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 663 KiB |
|
@ -499,6 +499,8 @@ The following properties are currently supports:
|
|||
|
||||
A simple theme showing basic theming and transparent background:
|
||||
|
||||
![example arthur](example-arthur.png)
|
||||
|
||||
```css
|
||||
* {
|
||||
foreground: #ffeedd;
|
||||
|
@ -600,6 +602,8 @@ A simple theme showing basic theming and transparent background:
|
|||
|
||||
The previous theme modified to behave like a sidebar, positioned on the left of the screen.
|
||||
|
||||
![example sidebar](example-sidebar.png)
|
||||
|
||||
```css
|
||||
* {
|
||||
foreground: #ffeedd;
|
||||
|
@ -713,6 +717,8 @@ The previous theme modified to behave like a sidebar, positioned on the left of
|
|||
|
||||
A theme that shows a floating inputbar.
|
||||
|
||||
![example paper float](example-paper-float.png)
|
||||
|
||||
> TODO: cleanup this theme.
|
||||
|
||||
```css
|
||||
|
|
|
@ -87,6 +87,8 @@ export DISPLAY=${VDISPLAY}
|
|||
|
||||
# Create fake X11
|
||||
create_fake_x ${VDISPLAY}
|
||||
sleep 1
|
||||
fluxbox &
|
||||
sleep 1;
|
||||
compton -b
|
||||
feh --bg-center background.jpg
|
||||
|
|
Loading…
Reference in a new issue