An open API service indexing awesome lists of open source software.

https://github.com/shell-ninja/hyprconf-install

An advanced Hyprland installation script, which supports 3 major package managers in Linux to install and setup pre configured Hyprland.
https://github.com/shell-ninja/hyprconf-install

archlinux dnf fedora fedora-linux hyprland hyprlock install-script linux opensuse opensuse-tumbleweed pacman rofi shell-script waybar wayland-compositor zypper

Last synced: 17 days ago
JSON representation

An advanced Hyprland installation script, which supports 3 major package managers in Linux to install and setup pre configured Hyprland.

Awesome Lists containing this project

README

        

Minimal Hyprland Install Script


By


Shell Ninja



This Hyprland configuration is kind of minila looking, but also little bit gorgeous I guess. Why don't you check it out?



 Screenshots 
  

Install
  

 keyboard Shortcuts 
  

 Updates 
  

 Contrubution 
  

 Telegram 



> [!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](https://archlinux.org)
[EndeavourOs](https://endeavouros.com/)
[Garuda](https://garudalinux.org/)
[Fedora](https://fedoraproject.org/)
[Nobara](https://nobaraproject.org/)
>
> 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, you will be able to go back to your system.






 🡅 

##

Overall








Menu









Power Menu






Wallpaper






Lock Screen








Login Screen (sddm)








 🡅 

##

- 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 and `SUPER` + F3 to set to default






 🡅 

##

> [!NOTE]
>
> ### Direct Installation
>
> 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)
```

> [!NOTE]
>
> ### Manusally Installation

> - 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.

### Prompts

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


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](https://github.com/shell-ninja/hyprconf-install/blob/main/UPDATES.md)






 🡅 

##


If you want to add your ideas in this project, just do some steps.

1. Fork this repository. Make sure to uncheck the `Copy the main branch only`. This will also copy other branches ( if available ).
2. Now clone the forked repository in you machine.
Example command:

```
git clone --depth=1 https://github.com/your_user_name/hyprconf.git
```

3. Create a branch by your user_name.
Example command:

```
git checkout -b your_user_name
```

4. 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"
```

4. While pushing the new commits, make sure to push it to your branch.
For example:

```
git push origin your_branch_name
```

5. Now you can create a pull request in the main repository.
But make sure to create the pull request in the `development` branch, no the `main` branch.

### Thats all about contributing.


##

I would like to thank [JaKooLit](https://github.com/JaKooLit). I was inspired from his Hyprland installation scripts and prepared my script. I took and modified some of his scripts and used here.