1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-02-10 15:44:41 -05:00

Update spec. with screenshots

This commit is contained in:
Dave Davenport 2017-01-20 09:40:40 +01:00
parent be9ae4490c
commit 4686d0ef96
5 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 805 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 626 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 663 KiB

View file

@ -499,6 +499,8 @@ The following properties are currently supports:
A simple theme showing basic theming and transparent background: A simple theme showing basic theming and transparent background:
![example arthur](example-arthur.png)
```css ```css
* { * {
foreground: #ffeedd; 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. The previous theme modified to behave like a sidebar, positioned on the left of the screen.
![example sidebar](example-sidebar.png)
```css ```css
* { * {
foreground: #ffeedd; 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. A theme that shows a floating inputbar.
![example paper float](example-paper-float.png)
> TODO: cleanup this theme. > TODO: cleanup this theme.
```css ```css

View file

@ -87,6 +87,8 @@ export DISPLAY=${VDISPLAY}
# Create fake X11 # Create fake X11
create_fake_x ${VDISPLAY} create_fake_x ${VDISPLAY}
sleep 1
fluxbox &
sleep 1; sleep 1;
compton -b compton -b
feh --bg-center background.jpg feh --bg-center background.jpg