diff --git a/README.md b/README.md index 4648bd7..110cd0f 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,17 @@ My Hyprland dotfiles that I keep improving almost everyday! 🤩 (i love doing t > If you're searching for the stable dotfiles, go to the [`ryo`](https://github.com/retrozinndev/Hyprland-Dots/tree/ryo) branch!
> **TODO List:** -> - Notification Popup -> - Notification History +> - Notification Popup and History > - Control Center Tiles(Wi-Fi, Bluetooth...) -> - Monitor Brightness controlling(not as important as ones above, can be released without this feature) +> - Control Center Pages(bluetooth device management, wifi, wired network and more via control center). +> - Runner(Name can be changed) (Application Runner, Calculator + more features) +> - Apps Window(Gnome-like, full screen) ## 🌄 Screenshots -![Desktop](repo/shots/desktop.png) ![Kitty](repo/shots/kitty.png) +![Widgets](repo/shots/widgets.png) +![Control Center](repo/shots/control-center.png) +![Neovim](repo/shots/neovim.png) ## 🎨 Colors All the colors of the interface are dynamically generated from your wallpaper! This is possible by using [pywal16] (fork of pywal), a cli tool to generate color schemes on the fly. @@ -30,7 +33,7 @@ All wallpapers inside this repo are not made by me! You can find all sources ins ## ⚙️ Installation See the Installation Guide on [Wiki/Installation]. -### 🎉 Tools +## 🎉 Tools - Browser: [Zen Browser] - Text Editor: [Neovim], my config is [here](https://github.com/retrozinndev/nvim-conf.lua) - Terminal Emulator: [Kitty] diff --git a/repo/shots/control-center.png b/repo/shots/control-center.png new file mode 100644 index 0000000..92ad84a 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 5fbcc51..719434b 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 c754025..146e9b3 100644 Binary files a/repo/shots/kitty.png and b/repo/shots/kitty.png differ diff --git a/repo/shots/neovim.png b/repo/shots/neovim.png new file mode 100644 index 0000000..a511e37 Binary files /dev/null and b/repo/shots/neovim.png differ diff --git a/repo/shots/widgets.png b/repo/shots/widgets.png new file mode 100644 index 0000000..825c846 Binary files /dev/null and b/repo/shots/widgets.png differ