diff --git a/README.md b/README.md index d19c523..0e33770 100644 --- a/README.md +++ b/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 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. + +![](styles/compact/example.png) + +### Fullscreen / Launcher + +Only difference is that one is fullscreen the other is not + +![](styles/fullscreen/example.png) + +### Relaxed + +![](styles/relaxed/example.png) + ## Setup diff --git a/styles/compact/example.png b/styles/compact/example.png new file mode 100644 index 0000000..18862dd Binary files /dev/null and b/styles/compact/example.png differ diff --git a/styles/fullscreen/config.toml b/styles/fullscreen/config.toml index 519d540..80bab36 100644 --- a/styles/fullscreen/config.toml +++ b/styles/fullscreen/config.toml @@ -5,4 +5,5 @@ row_bow_orientation="Vertical" content_halign="Center" height="105%" width="100%" +anchor="top,bottom,left,right" valign="Start" diff --git a/styles/fullscreen/example.png b/styles/fullscreen/example.png new file mode 100644 index 0000000..cec24a7 Binary files /dev/null and b/styles/fullscreen/example.png differ diff --git a/styles/relaxed/example.png b/styles/relaxed/example.png new file mode 100644 index 0000000..49683a9 Binary files /dev/null and b/styles/relaxed/example.png differ