├── README.md └── assets ├── generic1.png ├── generic2.png ├── generic3.png ├── generic4.png ├── gruvbox1.png ├── gruvbox2.png ├── gruvbox3.png ├── gruvbox4.png ├── gruvbox5.png ├── modernish1.png ├── noka1.png ├── retroesque1.png ├── retroesque2.png └── retroesque3.png /README.md: -------------------------------------------------------------------------------- 1 | # Hyprland Dotfiles by sudoharun 2 | 3 | ⭐ If you like these, please star! ⭐ 4 | 5 | ## Noka (powered by Ignis) 6 | 7 | 8 | ### Desktop bar + notification popup 9 | 10 | 11 | ## Modernish (powered by Astal) 12 | 13 | 14 | ### Desktop bar + notification popup 15 | 16 | 17 | ## Retro-esque: Another Hyprland Config 18 | 19 | 20 | ### Desktop (All eww) 21 | 22 | 23 | ### Screenshooter (embedded into the bar) 24 | 25 | 26 | ### Powermenu (embedded into the bar) 27 | 28 | 29 | 30 | 31 | ## Another Gruvbox Hyprland Config 32 | 33 | 34 | ### Desktop (bar made with eww) 35 | 36 | 37 | ### Control Center (made with eww) 38 | 39 | 40 | ### Wofi 41 | 42 | 43 | ### Screenshooter (made with eww) 44 | 45 | 46 | ### Powermenu (made with eww) 47 | 48 | 49 | 50 | 51 | ## A Generic Hyprland Config 52 | 53 | 54 | ### Desktop (bar made with eww) 55 | 56 | 57 | ### Wofi 58 | 59 | 60 | ### Screenshooter (made with eww) 61 | 62 | 63 | ### Powermenu (made with eww) 64 | 65 | 66 | 67 | ## Other stuff I use 68 | To create custom themes, I use pywal. You can install it with the command below (Arch Linux only using yay): 69 | ``` 70 | yay -S python-pywal 71 | ``` 72 | -------------------------------------------------------------------------------- /assets/generic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudoharun/dotfiles/1b0c459bfd5a92eb7bd4dad1c4424374f3a3fe9b/assets/generic1.png -------------------------------------------------------------------------------- /assets/generic2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudoharun/dotfiles/1b0c459bfd5a92eb7bd4dad1c4424374f3a3fe9b/assets/generic2.png -------------------------------------------------------------------------------- /assets/generic3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudoharun/dotfiles/1b0c459bfd5a92eb7bd4dad1c4424374f3a3fe9b/assets/generic3.png -------------------------------------------------------------------------------- /assets/generic4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudoharun/dotfiles/1b0c459bfd5a92eb7bd4dad1c4424374f3a3fe9b/assets/generic4.png -------------------------------------------------------------------------------- /assets/gruvbox1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudoharun/dotfiles/1b0c459bfd5a92eb7bd4dad1c4424374f3a3fe9b/assets/gruvbox1.png -------------------------------------------------------------------------------- /assets/gruvbox2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudoharun/dotfiles/1b0c459bfd5a92eb7bd4dad1c4424374f3a3fe9b/assets/gruvbox2.png -------------------------------------------------------------------------------- /assets/gruvbox3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudoharun/dotfiles/1b0c459bfd5a92eb7bd4dad1c4424374f3a3fe9b/assets/gruvbox3.png -------------------------------------------------------------------------------- /assets/gruvbox4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudoharun/dotfiles/1b0c459bfd5a92eb7bd4dad1c4424374f3a3fe9b/assets/gruvbox4.png -------------------------------------------------------------------------------- /assets/gruvbox5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudoharun/dotfiles/1b0c459bfd5a92eb7bd4dad1c4424374f3a3fe9b/assets/gruvbox5.png -------------------------------------------------------------------------------- /assets/modernish1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudoharun/dotfiles/1b0c459bfd5a92eb7bd4dad1c4424374f3a3fe9b/assets/modernish1.png -------------------------------------------------------------------------------- /assets/noka1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudoharun/dotfiles/1b0c459bfd5a92eb7bd4dad1c4424374f3a3fe9b/assets/noka1.png -------------------------------------------------------------------------------- /assets/retroesque1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudoharun/dotfiles/1b0c459bfd5a92eb7bd4dad1c4424374f3a3fe9b/assets/retroesque1.png -------------------------------------------------------------------------------- /assets/retroesque2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudoharun/dotfiles/1b0c459bfd5a92eb7bd4dad1c4424374f3a3fe9b/assets/retroesque2.png -------------------------------------------------------------------------------- /assets/retroesque3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudoharun/dotfiles/1b0c459bfd5a92eb7bd4dad1c4424374f3a3fe9b/assets/retroesque3.png --------------------------------------------------------------------------------