diff --git a/doc/theme3/example-arthur.png b/doc/theme3/example-arthur.png new file mode 100644 index 00000000..b8c8df58 Binary files /dev/null and b/doc/theme3/example-arthur.png differ diff --git a/doc/theme3/example-paper-float.png b/doc/theme3/example-paper-float.png new file mode 100644 index 00000000..4cd4e390 Binary files /dev/null and b/doc/theme3/example-paper-float.png differ diff --git a/doc/theme3/example-sidebar.png b/doc/theme3/example-sidebar.png new file mode 100644 index 00000000..59b98391 Binary files /dev/null and b/doc/theme3/example-sidebar.png differ diff --git a/doc/theme3/specification.md b/doc/theme3/specification.md index 3823e418..b3c6c382 100644 --- a/doc/theme3/specification.md +++ b/doc/theme3/specification.md @@ -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 diff --git a/script/rofi-create-screenshot-theme3.sh b/script/rofi-create-screenshot-theme3.sh index 94666504..a15de4f8 100755 --- a/script/rofi-create-screenshot-theme3.sh +++ b/script/rofi-create-screenshot-theme3.sh @@ -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