diff --git a/README.md b/README.md index 88f82e1..2948087 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ This repository includes a desktop shell made with [GTK], using [Astal] and [AGS It really took me a lot of time to make this, so please star the repo if you like it! :star: ## 🌄 Screenshots -![Kitty](repo/shots/desktop.png) -![Widgets](repo/shots/widgets.png) -![Runner](repo/shots/runner.png) -![Browser + Neovim](repo/shots/browser-neovim.png) +![Kitty](repo/shots/kitty.png) +![Widgets](repo/shots/control-center-runner.png) +![Runner](repo/shots/clock-window.png) +![Browser](repo/shots/browser.png) ## 🎨 Colors All the shell colors are dynamically generated from your wallpaper! @@ -60,11 +60,11 @@ None of the wallpapers available in this repo are made by me! You can find sourc - Wallpapers(`#`): Search and select to change wallpaper - Media(`:`): Control playing media - Search(`?`): Search something on the internet with your default browser -- Gnome-like application runner(the fullscreen one) +- Gnome-like application list - Support for your multiple monitors ## ⌨️ Binds -You can see pre-configured bindings in the [Wiki/Bindings] page! +You can see default bindings and usage information on the [Wiki/Usage] page! ## 🌐 Internationalization Colorshell supports i18n! The shell automatically matches the shell language with the system's, if available.
@@ -119,7 +119,6 @@ Thanks to everyone who starred my project! 💖 [wiki/dependencies]: https://github.com/retrozinndev/colorshell/wiki/Dependencies [wiki/usage]: https://github.com/retrozinndev/colorshell/wiki/Usage [wiki/installation]: https://github.com/retrozinndev/colorshell/wiki/Installation -[wiki/bindings]: https://github.com/retrozinndev/colorshell/wiki/Bindings [new issue]: https://github.com/retrozinndev/colorshell/issues/new diff --git a/repo/shots/apps-window.png b/repo/shots/apps-window.png index cd4d212..ba03a23 100644 Binary files a/repo/shots/apps-window.png and b/repo/shots/apps-window.png differ diff --git a/repo/shots/browser-neovim.png b/repo/shots/browser-neovim.png deleted file mode 100644 index b5e1fee..0000000 Binary files a/repo/shots/browser-neovim.png and /dev/null differ diff --git a/repo/shots/browser.png b/repo/shots/browser.png new file mode 100644 index 0000000..3125a42 Binary files /dev/null and b/repo/shots/browser.png differ diff --git a/repo/shots/clock-window.png b/repo/shots/clock-window.png new file mode 100644 index 0000000..3fc6b78 Binary files /dev/null and b/repo/shots/clock-window.png differ diff --git a/repo/shots/control-center-bluetooth.png b/repo/shots/control-center-bluetooth.png deleted file mode 100644 index 8de2ae3..0000000 Binary files a/repo/shots/control-center-bluetooth.png and /dev/null differ diff --git a/repo/shots/control-center-runner.png b/repo/shots/control-center-runner.png new file mode 100644 index 0000000..9bdfb53 Binary files /dev/null and b/repo/shots/control-center-runner.png differ diff --git a/repo/shots/control-center.png b/repo/shots/control-center.png new file mode 100644 index 0000000..5e76024 Binary files /dev/null and b/repo/shots/control-center.png differ diff --git a/repo/shots/desktop.png b/repo/shots/desktop.png index 6f86b40..ebaf0b5 100644 Binary files a/repo/shots/desktop.png and b/repo/shots/desktop.png differ diff --git a/repo/shots/kitty.png b/repo/shots/kitty.png index ed36b6e..50a7c73 100644 Binary files a/repo/shots/kitty.png and b/repo/shots/kitty.png differ diff --git a/repo/shots/runner.png b/repo/shots/runner.png index 984e9fe..fbc5cf6 100644 Binary files a/repo/shots/runner.png and b/repo/shots/runner.png differ diff --git a/repo/shots/volume-mixer.png b/repo/shots/volume-mixer.png deleted file mode 100644 index e75d88d..0000000 Binary files a/repo/shots/volume-mixer.png and /dev/null differ diff --git a/repo/shots/widgets.png b/repo/shots/widgets.png deleted file mode 100644 index ae7ff88..0000000 Binary files a/repo/shots/widgets.png and /dev/null differ