This Hyprland configuration is kind of minila looking, but also little bit gorgeous I guess. Why don't you check it out?
Warning
This script is fully ready, but it may create some little issue in openSUSE
. I'll fix that as soon as possible.
Note
I have tested this script in several distros, like:
Arch
EndeavourOs
Garuda
Fedora
I will test in some more distros soon
Tip
If you are planning to install this config in your current working machine, please make sure to take a snap shot of your system. If anything by chance goes wrong, will be able to go back to your system.
- Dynamic Wallpaper changing script
- Change colors according to the changed wallpaper (pywal)
- Select and Open apps using Rofi app launcher
- Gorgeous looking Waybar styles
- Rofi app launcher styles
- Rofi power menu
- Locking with Hyprlock
- Set your user image in Hyprlock ( a script
~/.config/hypr/add_user.sh
to set your user image ) - Hypridle to handle auto lock and suspend when no action is runnin
- Hyprsunset to use nightlight,
SUPER
+ F1 to increase,SUPER
+ F2 to decrease andSUPER
+ F3 to set to default
Note
You can now easily install the config directly without cloning the repository. Just copy and paste the command bellow in your terminal and run it. Before that, make sure to install curl
. Install it using pacman, dnf or zypper.
bash <(curl -s https://raw.githubusercontent.com/shell-ninja/hyprconf-install/main/direct_run.sh)
- Clone this repository:
git clone --depth=1 https://github.com/shell-ninja/hyprconf-install.git
- Now cd into hyprconf-install directory and run this command.:
cd ~/hyprconf-install
chmod +x install.sh
./install.sh
Tip
You can follow this part while installing. Here are the prompts that will be askes while installing.
Installation Prompts
When you run the script, it will ask you some prompts. You can choose according to your need. You can choose multiple options using the space bar.
Install Shell
You can choose which shell you want to install (only one). Install customized zsh or fish
. If you choose setup_bash
, it will Set up my configured bash.
Install Browser
You have the freedom to choose a web browser. I you don't want to install any, you can simply skip it.

keyboard layout and variant
The default keyboard layout will be us
. If it's not your preferred keyboard layout, you can pick your one.
Also, you can choose the keyboard variant, or keep it empty.
- Keyboard Layout
- Keyboar Variant
Important
After installation, just press the SUPER + Shift + h
. It will show you all the keybinds.
See last changes (updates) here
- Fork this repository. Make sure to uncheck the
Copy the main branch only
. This will also copy other branches ( if available ). - Now clone the forked repository in you machine.
Example command:
git clone --depth=1 https://github.com/your_user_name/hyprconf.git
- Create a branch by your user_name.
Example command:
git checkout -b your_user_name
- Now add your ideas and commit to github.
Make sure to commit with a detailed test message. For example:
git commit -m "fix: Fixed a but in the "example.sh script"
git commit -m "add: Added this feature. This will happen if the user do this."
git commit -m "delete: Deleted this. It was creating this example problem"
- While pushing the new commits, make sure to push it to your branch.
For example:
git push origin your_branch_name
- Now you can create a pull request in the main repository.
But make sure to create the pull request in thedevelopment
branch, no themain
branch.
I would like to thank JaKooLit. I was inspired from his Hyprland installation scripts and prepared my script. I took and modified some of his scripts and used here.