https://github.com/jakoolit/hyprland-dots
Hyprland configuration files or dotfiles - This repo is used as main repo for all my Distro-Hyprland Install Scripts. See the readme
https://github.com/jakoolit/hyprland-dots
ags dotfiles dotfiles-installer dots hyprland hyprland-config hyprland-dot-files hyprland-rice rice rofi rofi-config shell-scripts swww wallust waybar waybar-module waybar-themes
Last synced: about 1 month ago
JSON representation
Hyprland configuration files or dotfiles - This repo is used as main repo for all my Distro-Hyprland Install Scripts. See the readme
- Host: GitHub
- URL: https://github.com/jakoolit/hyprland-dots
- Owner: JaKooLit
- License: gpl-3.0
- Created: 2023-10-22T03:45:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-27T00:06:19.000Z (about 2 months ago)
- Last Synced: 2025-04-27T01:19:07.154Z (about 2 months ago)
- Topics: ags, dotfiles, dotfiles-installer, dots, hyprland, hyprland-config, hyprland-dot-files, hyprland-rice, rice, rofi, rofi-config, shell-scripts, swww, wallust, waybar, waybar-module, waybar-themes
- Language: CSS
- Homepage:
- Size: 315 MB
- Stars: 1,782
- Watchers: 14
- Forks: 211
- Open Issues: 5
-
Metadata Files:
- Readme: README.de.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/JaKooLit/Hyprland-Dots/blob/main/README.md)
[](https://github.com/JaKooLit/Hyprland-Dots/blob/main/README.jp.md)
![]()
![]()
  
![]()
![]()
KooL's Hyprland Dotfiles Showcase
![]()
https://github.com/user-attachments/assets/49bc12b2-abaf-45de-a21c-67aacd9bb872
### 📹 Ein Video Guide
- folgt nach der Textanleitung
### 🎞️ AGS Übersicht DEMO
- Hier ist eine kurze Demo der AGS [Youtube LINK](https://youtu.be/zY5SLNPBJTs)
---
[](https://git.io/typing-svg)
### 🚩 🏁 Distro Hyprland Installationsskripte herunterladen und ausführen
> [!VORSICHT]
> Wenn du die FISH-SHELL benutzt, VERWENDE diese Funktion NICHT. Klone stattdessen das Distro-Hyprland-Repository und führe install.sh aus.- HINWEIS: Das Paket `curl` muss installiert sein, um die Skripte herunterzuladen
```bash
sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distro-Hyprland.sh)
```- Mit dem obigen Befehl kannst du jetzt automatisch die Hyprland Installationsskripte herunterladen und ausführen.
- Das Skript wird weitere Installationsskripte klonen und die `install.sh` starten. 😎### 👁️🗨️ Meine Hyprland-Installationsskripte 👁️🗨️
- Automatisierte Hyprland-Skripte für ein Distro deiner Wahl. Diese Skripte laden, wenn ben;tigt, meine vorkonfigurierten Dotfiles
- [Arch-Linux](https://github.com/JaKooLit/Arch-Hyprland)- [OpenSUSE(Tumbleweed)](https://github.com/JaKooLit/OpenSuse-Hyprland)
- [Fedora-Linux](https://github.com/JaKooLit/Fedora-Hyprland)
- [Debian-Linux (Trixie & SID)](https://github.com/JaKooLit/Debian-Hyprland)
- [NixOS](https://github.com/JaKooLit/NixOS-Hyprland)
- [Ubuntu 24.04 LTS](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/24.04)
- [Ubuntu 24.10](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/24.10)
- [Ubuntu 25.04 - (ALPHA STAGE)](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/25.04)---
### 🪧 Achtung 🪧
- Dieses Repository enthält keine Pakete und wird keine Pakete installieren. Es enthält nur vorkonfigurierte Hyprland-Configs/Dotfiles.
- In den Installationsskripten kann man die benötigten Pakete finden. Zumindest müssen aber die Hyprland-Pakete installiert sein 😏😏😏 logisch!!
- Dieses Repository wird von den oben beschriebenen Distro Hyprland-Installationsskripten heruntergeladen, wenn du dich entscheidest, die vorkonfigurierten Dotfiles verwenden zu wollen.### 👀 Screenshots 👀
- Beispiel Screenshots findest du hier [Screenshots](https://github.com/JaKooLit/screenshots/tree/main/Hyprland-ScreenShots)
### 📦 Whats new?
- Um Änderungen leicht nachzuvollziehen, werde ich die [CHANGELOGS](https://github.com/JaKooLit/Hyprland-Dots/wiki/Changelogs) regelmäßig aktualisieren. Es werden neue Screenshots hinzugefügt, wenn die Änderungen erwähnenswert sind!
> [!NOTE]
> Bitte beachte, dass Kools Dots standardmäßig für einen 2K (1440p) Monitor ohne Skalierung angepasst und konfiguriert sind.### 💥 Kopieren / Installation / Update-Anleitung 💥
- [`Weiter Infos hier`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Install_&_Update)
> [!Note]
> Das Kopierskript "copy.sh" erstellt Backups der zu kopierenden Konfigurationsverzeichnisse. Sollte das Skript fehlschlagen, empfiehlt es sich, manuell ein Backup zu erstellen.
- Klone das Repository mit Git, wechsle in das Verzeichnis, mache die Datei ausführbar und führe das Skript aus:> Um den Master-Branch herunterzuladen
```bash
git clone --depth=1 https://github.com/JaKooLit/Hyprland-Dots.git
cd Hyprland-Dots
```> Um den Entwicklungs-Branch (Development & Testing) herunterzuladen:
```bash
git clone --depth=1 https://github.com/JaKooLit/Hyprland-Dots.git -b development
cd Hyprland-Dots
```- Automatisiertes Kopieren und Installieren der vorkonfigurierten Dotfiles (empfohlen für Updates):
```bash
chmod +x copy.sh
./copy.sh
```- Kopieren und Installieren aus den Releases (stable) (beachte, dass dies eine Version älter als "main" ist):
```bash
chmod +x release.sh
./release.sh
```- UPGRADE.sh für ein Versionsupgrade
> [!IMPORTANT]
> rsync wird benötigt, damit es funktioniert.
> KooL's Hyprland sollte bereits laufen, bevor du dieses Skript verwendest.```bash
chmod +x upgrade.sh
./upgrade.sh
```## ❗❗❗ DEBIAN AND UBUNTU INFORMATION!
- Ich bekomme eine große Menge an Nachrichten über das Updaten eurer KooL Hyprland dotfiles. Es gibt dazu eine Info im [`WIKI`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Install_&_Update)
#### ⚠️⚠️⚠️ ACHTUNG - SKRIPT-ERSTELLTE BACKUPS
> [!CAUTION]
> copy.sh, release.sh und auch upgrade.sh erstellen Backups!
> Schaue dir bitte manuell den Inhalt deines $HOME/.config Ordners an
> Entferne alle nicht mehr benötigten Backups bitte selbst#### 🛎️ kleiner Hinweis zu Hintergrundbildern
- ständardmäßig werden nur einige Hintergründe kopiert (jeweils 1 dunkeles und helles plus 3 weitere). Dir wird angeboten werden, weitere Hintergrundbilder herunterzuladen. Du kannst dir die verfügbaren Hintergründe [`HIER`](https://github.com/JaKooLit/Wallpaper-Bank/tree/main/wallpapers) anschauen.
#### ⚠️⚠️⚠️ WICHTIG! Nach dem Kopieren / Der Installation der Dotfiles
- Drücke SUPER W und wähle ein Hintergrundbild. Desweiteren wird hierdurch wallust für waybar, kitty (tty) und die rofi Themes aktiviert. Wenn du copy.sh oder release.sh benutzt hast, wird ein Standard Hintergrund gesetzt sein und die Initialisierung ist bereits gesehen
- Für Nvidia Benutzer. Stelle sicher, dass du deine `~/.config/hypr/UserConfigs/ENVariables.conf` anpasst (unbedingt empfohlen).
* Für NVIDIA Benutzer, schaue dir diese Informationen [`HIER`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Notes_to_remember#--for-nvidia-gpu-users) an.
- Wenn die bereits deine Keybinds, Monitoren, usw. eingestellt hast... Kopiere die Einstellungen von dem Backup vor dem Logout / Reboot. (empfohlen)
#### 📖 Bekannte Probleme und mögliche Lösungen
- Schau dir diese Seite an [FAQ](https://github.com/JaKooLit/Hyprland-Dots/wiki/FAQ) und checke die [UNSOLVED ISSUES](https://github.com/JaKooLit/Hyprland-Dots/wiki/Known_Issues)
#### 🙋 FRAGEN ?!?! ⁉️
- FAQ! Die Dotfiles funktionieren auch auf anderen Distros! Stelle nur sicher, die richtigen Pakete vorher zu installieren! Falls du dich dann besser fühlst, ich benutze die selbe Konfiguration für mein Gentoo:)
- KLEINER HINWEIS! Klicke auf das HINT! Waybar Modul (Notiz, nur in Waybar default und Simple-L [TOP] Layout verfügbar). Kann auch mit der Tastenkombination `SUPER H` gestartet werden
- Weitere Fragen? Klicke hier um das [WIKI](https://github.com/JaKooLit/Hyprland-Dots/wiki/) zu durchstöbern.
- Falls du eine ältere Version der Konfiguration haben möchtest, sind diese in meinem "Archive" Repository verfügbar. Siehe [HIER](https://github.com/JaKooLit/Hyprland-Dots-releases-Archive)#### ⌨ Keybinds
- Keybinds [`KLICKE`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Keybinds)
#### 🙏 Hilfe gebraucht
- Wenn du Verbesserungen der Dotfiles oder Konfigurationen hast, mache gerne einen PR für die Verbesserung. Ich heiße Verbesserungen immer Willkommen, da ich genau wie ihr Alle immer viel Neues lerne.
#### ✍️ Contributing
- Möchtest du contributen? Klicke [`HIER`](https://github.com/JaKooLit/Hyprland-Dots/blob/main/CONTRIBUTING.md) für eine Anleitung.
#### 🤷♂️ TO DO!
- [ ] Dotfiles verbesser - 🚧 in ständiger Entwicklung
- ~~[ ] Vielleicht zu starship wechseln. Jedoch limitiere Themes im Vergleich zu oh-my-zsh.~~ momentan nicht geplant#### 🔮 Discord Server
- Bitte joine meinem [Discord](https://discord.com/invite/kool-tech-world)
#### 💖 Unterstützung
- ein Star auf meinen Github repos wäre nett 🌟
- Abbonieren meinen Youtube Kanal [YouTube](https://www.youtube.com/@Ja.KooLit)
- du kannst mich auch mit Kaffees oder BTC unterstützen 😊
[](https://ko-fi.com/jakoolit)
oder
[](https://www.buymeacoffee.com/JaKooLit)
Oder du kannst auch Krypto an meine btc wallet spenden :)
> 1N3MeV2dsX6gQB42HXU6MF2hAix1mqjo8i

## 🫰 Vielen Dank für die stars 🩷
[](https://starchart.cc/JaKooLit/Hyprland-Dots)