Back to rankings

JaKooLit/Fedora-Hyprland

Shell

For automated installation of Hyprland on Fedora (latest release) or any Fedora based distros

fedorafedora-workstationhyprlandinstall-scriptinstallerricerofirofi-configswwwwaybarfedora-linuxwallust
Star Growth
Stars
2.5k
Forks
140
Weekly Growth
โ€”
Issues
0
1k2k
Sep 2023Aug 2024Aug 2025Jul 2026
README

IMPORTANT! Beginning of March 2026, This project will be archived and it will be maintained by Dwilliams

๐Ÿ’Œ ** KooL's Fedora - Hyprland Install Script ** ๐Ÿ’Œ

GitHub Repo stars GitHub last commit GitHub repo size



๐Ÿ‘‡ KOOL's Hyprland-Dots related Links ๐Ÿ‘‡

Sparkles KooL Hyprland-Dotfiles Showcase Sparkles

๐ŸŽฅ Feb 2025 Video explanation of installation with preset

๐Ÿชง๐Ÿชง๐Ÿชง ANNOUNCEMENT ๐Ÿชง๐Ÿชง๐Ÿชง

  • This Repo does not contain Hyprland Dots or configs! Dotfiles can be checked here Hyprland-Dots . During installation, if you opt to copy pre-configured dots, it will be downloaded from that centralized repo.
  • Hyprland-Dots use are constantly evolving / improving. you can check CHANGELOGS here Hyprland-Dots-Changelogs
  • Since the Hyprland-Dots are evolving, some of the screenshots maybe old
  • the wallpaper offered to be downloaded towards the end is from this REPO

[!IMPORTANT] install a backup tool like snapper or timeshift. and Backup your system before installing hyprland using this script (HIGHLY RECOMMENDED).

[!CAUTION] Download this script on a directory where you have write permissions. ie. HOME. Or any directory within your home directory. Else script will fail

โœจ Some notes on installation / Pre-requisites

  • This install script was tested on Minimal Fedora using Fedora Everything Link
  • This script is meant to install in any Fedora Work stations and its Spins.
  • If starting from scratch, recommended spin to install is the Sway Spin. However, I have tested this script in Fedora Workstation (gnome), Plasma Spin and Sway
  • I have not tested in any other spin. However, if you decided to try, recommend to install SDDM. Apart from GDM and SDDM, any other Login Manager may not work nor launch Hyprland. However, hyprland can be launched through tty by type Hyprland
  • If you have nvidia, and wanted to use proprietary drivers, uninstall nouveau first (if installed). This script will be installing proprietary nvidia drivers and will not deal with removal of nouveau.

๐Ÿšฉ Switching to SDDM assuming you have GDM installed and running

  • if you really want switch to SDDM from GDM, you need to disable the gdm first.
  • sudo systemctl disable gdm.service then reboot
  • after reboot, need to ran the install script via tty. So suggest download the install script first. Then disable gdm. reboot and once logged in, cd into Distro-Hyprland then ./install.sh and then choose SDDM and SDDM theme in the options.
  • NOTE: Distro-Hyprland is Arch-Hyprland, or Fedora-Hyprland .. depends on which install scripts you downloaded.

โœจ Costumize the packages and COPR Repos

  • inside the install-scripts directory, you can edit 00-hypr-pkgs.sh, copr.sh, etc. Care though as the Hyprland Dots might not work properly

๐Ÿ’ซ SDDM and GTK Themes offered

  • If you opted to install SDDM theme, here's the LINK which is a modified fork of LINK
  • If you opted to install GTK Themes, Icons, here's the LINK. This also includes Bibata Modern Ice cursor.

๐Ÿ”” NOTICE TO NVIDIA OWNERS

  • by default it is installing the latest and newest nvidia drivers. If you have an older nvidia-gpu (GTX 800 series and older), check out nvidia-fedora website LINK and edit nvidia.sh in install-scripts directory to install proper gpu driver

[!IMPORTANT] If you want to use nouveau driver, dont choose nvidia in the option. This is because the nvidia installer part, it will blacklist nouveau. Hyprland will still be installed but it will skip blacklisting nouveau.

โœจ Auto clone and install

[!CAUTION] If you are using FISH SHELL, DO NOT use this function. Clone and ran install.sh instead

  • you can use this command to automatically clone the installer and ran the script for you
  • NOTE: curl package is required before running this command
sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Fedora-Hyprland/main/auto-install.sh)

โœจ to use this script

clone this repo (latest commit only) to reduce file size download by using git. Change directory, make executable and run the script

git clone --depth=1 https://github.com/JaKooLit/Fedora-Hyprland.git ~/Fedora-Hyprland
cd ~/Fedora-Hyprland
chmod +x install.sh
./install.sh

๐Ÿ’ฅ ๐Ÿ’ฅ UNINSTALL SCRIPT / Removal of Config Files

  • 11 March 2025, due to popular request, created a guided uninstall.sh script. USE this with caution as it may render your system unstable.

  • I will not be responsible if your system breaks

  • The best still to revert to previous state of your system is via timeshift of snapper

  • The old uninstall.sh is renamed to uninstall-old.sh . This is made by other party. I DO NOT GUARANTEE that it will not mess up your system. USE with caution.

โœจ for ZSH and OH-MY-ZSH installation

installer should auto change your default shell to zsh. However, if it does not, do this

chsh -s $(which zsh)
zsh
source ~/.zshrc
  • reboot or logout
  • by default agnosterzak theme is installed. Which is from external oh-my-zsh theme. You can find more themes from this OH-MY-ZSH-THEMES
  • to change the theme, SUPER SHIFT O , choose desired theme, and close and open terminal.
  • or manually edit ~/.zshrc . Look for ZSH_THEME="desired theme"

๐ŸŽž๏ธ AGS Overview DEMO

  • in case you wonder, here is a short demo of AGS overview Youtube LINK

โœจ TO DO once installation done and dotfiles copied

๐Ÿ™‹ Got a questions regarding the Hyprland Dots or configurations? ๐Ÿ™‹

  • Head over to wiki Link WIKI

โŒจ Keybinds

[!TIP] KooL Hyprland has a searchable keybind function via rofi. (SUPER SHIFT K) or right click the HINTS waybar button

๐Ÿ™‹ ๐Ÿ‘‹ Having issues or questions?

  • for the install part, kindly open issue on this repo
  • for the Pre-configured Hyprland dots / configuration, submit issue here

๐Ÿ”ง Proper way to re-installing a particular script from install-scripts directory

  • CD into Fedora-Hyprland directory and then ran the below command.
  • i.e. ./install-scripts/gtk-themes.sh - For reinstall GTK Themes or
  • ./install-scripts/sddm.sh - For reinstall sddm

[!IMPORTANT] DO NOT cd into install-scripts directory as script will most likely to fail

๐Ÿ› ๏ธ Optional system monitor scripts (cross-distro compatible)

  • These installer helpers will set up user-level services and install required packages automatically.

  • Works on Fedora, Arch, and other distributions using standard tools.

  • Re-run any time from the repo root (do not cd into install-scripts).

  • ./install-scripts/battery-monitor.sh

    • Installs: acpi, libnotify
    • Creates: ~/.config/hypr/scripts/battery-monitor.sh and user service battery-monitor.service
    • Manage: systemctl --user status|start|stop battery-monitor
  • ./install-scripts/disk-monitor.sh

    • Installs: libnotify
    • Creates: ~/.config/hypr/scripts/disk-monitor.sh and user service disk-monitor.service
    • Manage: systemctl --user status|start|stop disk-monitor
  • ./install-scripts/temp-monitor.sh

    • Installs: lm_sensors, libnotify
    • Detects sensors (runs sudo sensors-detect --auto once)
    • Creates: ~/.config/hypr/scripts/temp-monitor.sh and user service temp-monitor.service
    • Manage: systemctl --user status|start|stop temp-monitor

Packages above are installed by the respective installer scripts; no manual action is required. If you prefer package pre-install via the main package list, ensure acpi, lm_sensors, and libnotify are present in your setup.

๐Ÿ›ฃ๏ธ Roadmap:

  • possibly adding gruvbox themes, cursors, icons

โ— some known issues for nvidia

  • reports from members of my discord, states that some users of nvidia are getting stuck on sddm login. credit to @Kenni Fix stated was
 while in sddm press ctrl+alt+F2 or F3
log into your account
`lspci -nn`, find the id of your nvidia card
`ls /dev/dri/by-path` find the matching id
`ls -l /dev/dri/by-path` to check where the symlink points to 
)
  • add "env = WLR_DRM_DEVICES,/dev/dri/cardX" to the ENVvariables config ~/.config/hypr/UserConfigs/ENVariables.conf ; X being where the symlink of the gpu points to

  • more info from the hyprland wiki Hyprland Wiki Link

  • reports from a member of discord for Nvidia for additional env's

  • remove # from the following env's on

env = GBM_BACKEND,nvidia-drm
env = WLR_RENDERER_ALLOW_SOFTWARE,1
  • If you having issues with installation and you have nvidia, THIS STEP might help

โ— other known issues

[!NOTE] Auto start of Hyprland after login (no SDDM or GDM or any login managers)

  • This was disabled a few days ago. (19 May 2024). This was because some users, after they used the Distro-Hyprland scripts with other DE (gnome-wayland or plasma-wayland), if they choose to login into gnome-wayland for example, Hyprland is starting.

  • to avoid this, I disabled it. You can re-enable again by editing ~/.zprofile . Remove all the # on the first lines

  • Note that Fedora 39 and older, waybar was not updated. Hyprland and older waybar build than 0.10.3, you will have no workspace

  • ROFI issues (scaling, unexplained scaling etc). This is most likely to experience if you are installing on a system where rofi is currently installed. To fix it uninstall rofi and install rofi-wayland . sudo dnf autoremove rofi . Install rofi-wayland with sudo dnf install rofi-wayland. Rofi-wayland is compatible with x11 so no need to worry.

  • If you use Brave or any Chrome based browsers, you may want to addexec-once = gnome-keyring-daemon --start to ~/.config/hypr/UserConfigs/Startup_Apps.conf if you don't want to get asked for your password each time you reboot your machine and want to access Brave. Obviously, you need to install gnome-keyring

  • If you want to have a Fedora minimal installation, suggest to install using Fedora Everything. See THIS

๐Ÿซฅ Improving performance for Older Nvidia Cards using driver 470

๐Ÿ“’ Final Notes

  • join my discord channel Discord
  • Feel free to copy, re-distribute, and use this script however you want. Would appreciate if you give me some loves by crediting my work :)

โœ๏ธ Contributing

  • As stated above, these script does not contain actual config files. These are only the installer of packages
  • If you want to contribute and/or test the Hyprland-Dotfiles (development branch), Hyprland-Dots-Development
  • Want to contribute on KooL-Hyprland-Dots Click HERE for a guide how to contribute
  • Want to contribute on This Installer? Click HERE for a guide how to contribute

๐Ÿ‘๐Ÿ‘๐Ÿ‘ Thanks and Credits!

  • Hyprland Of course to Hyprland and @vaxerski for this awesome Dynamic Tiling Manager.
  • HYPRLAND COPR REPO - a shout out to the one who created and maintaining Hyprland COPR Repo

๐Ÿ’– Support

  • a Star on my Github repos would be nice ๐ŸŒŸ

  • Subscribe to my Youtube Channel YouTube

  • you can also give support through coffee's or btc ๐Ÿ˜Š

ko-fi

or

"Buy Me A Coffee"

Or you can donate cryto on my btc wallet :)

1N3MeV2dsX6gQB42HXU6MF2hAix1mqjo8i

Bitcoin

๐Ÿ“น ๐Ÿ“น Youtube videos (Click to view and watch the playlist)

Youtube Playlist Thumbnail

๐Ÿฅฐ๐Ÿฅฐ ๐Ÿ’–๐Ÿ’– ๐Ÿ‘๐Ÿ‘๐Ÿ‘

Stargazers over time

Related repositories
Nyr/openvpn-install

OpenVPN road warrior installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS and Fedora

ShellMIT Licenseopenvpnvpn
20.6k5.1k
angristan/openvpn-install

Set up your own OpenVPN server on Debian, Ubuntu, Fedora, CentOS, Arch Linux and more

ShellMIT Licenseopenvpnvpn
stanislas.blog/2019/01/how-to-setup-vpn-server-wireguard-nat-ipv6/
16.1k3.3k
89luca89/distrobox

Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution youโ€™re more comfortable with. Mirror available at: https://gitlab.com/89luca89/distrobox

GoGo ModulesGNU General Public License v3.0centosfedora
distrobox.it
12.8k535
khuedoan/homelab

Fully automated homelab from empty disk to running services with a single command.

PythonPyPIGNU General Public License v3.0kubernetespxe
homelab.khuedoan.com
9.5k881
adi1090x/rofi

A huge collection of Rofi based custom Applets, Launchers & Powermenus.

ShellGNU General Public License v3.0rofiarch
8.7k403
boltgolt/howdy

๐Ÿ›ก๏ธ Windows Helloโ„ข style facial authentication for Linux

PythonPyPIMIT Licenseface-recognitionubuntu
7.7k405
SuperManito/LinuxMirrors

GNU/Linux ๆ›ดๆข็ณป็ปŸ่ฝฏไปถๆบ่„šๆœฌๅŠ Docker ๅฎ‰่ฃ…ไธŽๆขๆบ่„šๆœฌ

ShellMIT Licenselinuxredhat
linuxmirrors.cn
7.6k698
GetPublii/Publii

The most intuitive Static Site CMS designed for SEO-optimized and privacy-focused websites.

HTMLGNU General Public License v3.0electronstatic-site-generator
getpublii.com
7.3k465
spiritLHLS/ecs

VPS ่žๅˆๆ€ชๆœๅŠกๅ™จๆต‹่ฏ„้กน็›ฎ ๆ›ดๆŽจ่ไฝฟ็”จๆ— ็Žฏๅขƒไพ่ต–็š„Go็‰ˆๆœฌ VPS Fusion Monster Server Test Script โ€“ More recommended to use the Go version with no environment dependencies: https://github.com/oneclickvirt/ecs

ShellMIT Licensevpscentos
t.me/+UHVoo2U4VyA5NTQ1
7.1k556
RubyMetric/chsrc

chsrc ๅ…จๅนณๅฐ้€š็”จๆขๆบๅทฅๅ…ทไธŽๆก†ๆžถ. Change Source everywhere for every software

CGNU General Public License v3.0gemlinux
chsrc.run
6.8k277
MycroftAI/mycroft-core

Mycroft Core, the Mycroft Artificial Intelligence platform.

PythonPyPIApache License 2.0aiopen-source
mycroft.ai
6.6k1.3k
mylinuxforwork/dotfiles

The ML4W OS - Dotfiles for Hyprland - An advanced and full-featured configuration for the dynamic tiling window manager Hyprland. Ready to install from a Live ISO or with the Dotfiles Installer app with setup scripts for Arch Linux, Fedora and openSuse.

QMLGNU General Public License v3.0archconfiguration
ml4w.com/os
4.9k362