Skip to content

Commit a78a064

Browse files
Merge pull request #13 from mylinuxforwork/dev
v2.0
2 parents 365f323 + e2c3552 commit a78a064

20 files changed

+3379
-448
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,35 @@
11
# ML4W Hyprland Settings App
22

3-
This applications supports you to customize your Hyprland installation. You can overwrite the existing configuration with custom values without adding complex configuration files.
3+
This applications supports you to customize your Hyprland installation. You can overwrite the existing configuration with custom values without adding complex configuration files.
44

5-
![image](https://github.com/user-attachments/assets/dd1eb200-ccfe-46d6-8137-de6b10abf0b9)
5+
The ML4W Hyprland Settings App utilize hyprctl. It is a utility for controlling some parts of the compositor from a CLI or a script.
66

7-
# Requirements
7+
![image](https://github.com/user-attachments/assets/6f56dbc8-9db5-445e-81df-b4156473b397)
88

9-
The ML4W Hyprland Settings App can only be launched from a running Hyprland Session.
9+
![image](https://github.com/user-attachments/assets/3688f2ef-47fe-49ff-b45a-eef4c39c043a)
10+
11+
# Installation
12+
13+
The ML4W Hyprland Settings App requires Flatpak:
1014

1115
```
1216
# Install Flatpak on your distribution
1317
# https://flatpak.org/setup/
1418
1519
```
16-
# Installation
1720

18-
You can install the app with this command from your terminal.
21+
Copy the following command into your terminal your terminal.
1922

2023
```
2124
bash <(curl -s https://raw.githubusercontent.com/mylinuxforwork/hyprland-settings/master/setup.sh)
2225
```
23-
After the installation you can start the app with:
26+
27+
After the installation you can start the app from your application launcher or with:
2428

2529
```
2630
flatpak run com.ml4w.hyprlandsettings
2731
```
32+
2833
To restore the changes after every login into Hyprland, please add the following line to your hyprland.conf
2934

3035
```
@@ -36,5 +41,6 @@ Just run the installation again.
3641

3742
# Configuration
3843

39-
In the folder ~/.config/com.ml4whyprlandsettings, you will also find the stored values that you have set with the app.
44+
In the folder ~/.config/com.ml4whyprlandsettings, you will find the stored values that you have set with the app.
45+
4046

Lines changed: 2 additions & 0 deletions
Loading
Lines changed: 49 additions & 0 deletions
Loading
Lines changed: 37 additions & 0 deletions
Loading
Binary file not shown.

0 commit comments

Comments
 (0)