https://github.com/mylinuxforwork/dotfiles
The ML4W Dotfiles for Hyprland - An advanced and full-featured configuration for the dynamic tiling window manager Hyprland including an easy to use installation script for Arch based Linux distributions.
https://github.com/mylinuxforwork/dotfiles
Last synced: 18 days ago
JSON representation
The ML4W Dotfiles for Hyprland - An advanced and full-featured configuration for the dynamic tiling window manager Hyprland including an easy to use installation script for Arch based Linux distributions.
- Host: GitHub
- URL: https://github.com/mylinuxforwork/dotfiles
- Owner: mylinuxforwork
- License: gpl-3.0
- Created: 2024-07-19T08:19:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:43:10.000Z (6 months ago)
- Last Synced: 2024-10-29T13:28:03.801Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 319 MB
- Stars: 911
- Watchers: 11
- Forks: 68
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-rainmana - mylinuxforwork/dotfiles - The ML4W Dotfiles for Hyprland - An advanced and full-featured configuration for the dynamic tiling window manager Hyprland including an easy to use installation script for Arch and Fedora based Linux (Shell)
README
# ML4W Dotfiles for Hyprland
> Version 2.9.8.3 RC2An advanced configuration of Hyprland for Arch Linux based distributions. This package includes an installation script to install and set up the required components.

> About the screenshot: The dock can be enabled in the ML4W Sidebar or Settings app. The waybar theme is ML4W Modern White.
YouTube Video https://youtu.be/sVFnd5LAYAc
## Installation
The installation should work on all Arch Linux and Fedora based distributions. [You can find more information here](https://github.com/mylinuxforwork/dotfiles/wiki).
I recommend to install a base Hyprland system before installing the ML4W Hyprland Dotfiles. Then you have a stable starting point and can test Hyprland on your system beforehand. Hyprland is complex, under ongoing development, and requires additional components.
You can find the Hyprland Installation instructions here: https://wiki.hyprland.org/Getting-Started/Installation/
> IMPORTANT: Please make sure that all packages on your system are updated before running the installation script.
> PLEASE NOTE: Every Linux distribution, setup, and personal configuration can be different. Therefore, I cannot guarantee that the ML4W Dotfiles will work everywhere. You install at your own risk.
### Arch Linux (based)
Recommended is to install the Hyprland Desktop Profile from archinstall first.
```shell
bash <(curl -s https://raw.githubusercontent.com/mylinuxforwork/dotfiles/main/setup-arch.sh)
```YouTube Video https://youtu.be/sVFnd5LAYAc
You can also install the main release with your preferred AUR helper.
```shell
yay -S ml4w-hyprland
ml4w-hyprland-setup
```You can install the rolling release with
```shell
yay -S ml4w-hyprland-git
ml4w-hyprland-setup
```Please rebuild all packages to ensure that you get the latest commit.
### Fedora Linux (based)
```shell
bash <(curl -s https://raw.githubusercontent.com/mylinuxforwork/dotfiles/main/setup-fedora.sh)
```## Troubleshooting
You can find solutions to common issues in the Wiki troubleshooting section: https://github.com/mylinuxforwork/dotfiles/wiki/Troubleshooting
## Documentation (Wiki)
You can find the complete documentation of the ML4W Dotfiles in the Wiki. [Open the Wiki here](https://github.com/mylinuxforwork/dotfiles/wiki)
## Contributing
Thanks for using the ML4W Dotfiles on your system. If you find a problem or a bug, please [report your issue on this page](https://github.com/mylinuxforwork/dotfiles/issues).
You can also visit the [ML4W Discord Server](https://discord.gg/c4fJK7Za3g) to start a discussion with other users.
## Screenshots

## Wallpaper repository
You can find my wallpaper collection in the repository https://github.com/mylinuxforwork/wallpaper
## Inspirations
The following projects have inspired me:
- https://github.com/JaKooLit/Hyprland-Dots
- https://github.com/prasanthrangan/hyprdots
- https://github.com/sudo-harun/dotfiles
- https://github.com/dianaw353/hyprland-configuration-rootfsand many more...