add example showcases
This commit is contained in:
parent
6cbdc96f87
commit
3e7f341acc
5 changed files with 32 additions and 0 deletions
31
README.md
31
README.md
|
@ -6,6 +6,37 @@ Worf is written in Rust on top of GTK4.
|
||||||
It aims to be a drop in replacement for wofi in most part, so it is (almost) compatible with its
|
It aims to be a drop in replacement for wofi in most part, so it is (almost) compatible with its
|
||||||
configuration and css files. See below for differences
|
configuration and css files. See below for differences
|
||||||
|
|
||||||
|
## Not finished
|
||||||
|
* [ ] dmenu
|
||||||
|
* [ ] run
|
||||||
|
* [ ] key support
|
||||||
|
* [ ] full config support
|
||||||
|
* [ ] ssh mode
|
||||||
|
* [ ] web search mode
|
||||||
|
* [ ] emoji finder
|
||||||
|
* [ ] publish library
|
||||||
|
|
||||||
|
|
||||||
|
## Showcases
|
||||||
|
|
||||||
|
You will find all showcases in the styles folder with a corresponding subfolder.
|
||||||
|
|
||||||
|
### Compact
|
||||||
|
|
||||||
|
Please note that the car in the background is just my wallpaper at the time and this project is not endorsed or affiliated with my employer.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Fullscreen / Launcher
|
||||||
|
|
||||||
|
Only difference is that one is fullscreen the other is not
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Relaxed
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
BIN
styles/compact/example.png
Normal file
BIN
styles/compact/example.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 224 KiB |
|
@ -5,4 +5,5 @@ row_bow_orientation="Vertical"
|
||||||
content_halign="Center"
|
content_halign="Center"
|
||||||
height="105%"
|
height="105%"
|
||||||
width="100%"
|
width="100%"
|
||||||
|
anchor="top,bottom,left,right"
|
||||||
valign="Start"
|
valign="Start"
|
||||||
|
|
BIN
styles/fullscreen/example.png
Normal file
BIN
styles/fullscreen/example.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 413 KiB |
BIN
styles/relaxed/example.png
Normal file
BIN
styles/relaxed/example.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
Loading…
Add table
Reference in a new issue