Updates
This commit is contained in:
+5
-5
@@ -2,7 +2,7 @@
|
||||
|
||||
With configuration variations, you can prepare different settings and configurations for your Hyprland installation.
|
||||
|
||||
<img src="https://gitlab.com/stephan-raabe/dotfiles/-/raw/dev/screenshots/variations/variations1.png" />
|
||||
<img src="https://gitlab.com/stephan-raabe/dotfiles/-/raw/main/screenshots/variations/variations1.png" />
|
||||
|
||||
## How to use configuration variations
|
||||
|
||||
@@ -28,18 +28,18 @@ Open the ML4W dotfiles settings app via the ML4W Welcome App, the application la
|
||||
|
||||
Select "Open Variation Folder" from the variation context menu.
|
||||
|
||||
<img src="https://gitlab.com/stephan-raabe/dotfiles/-/raw/dev/screenshots/variations/variations1.png" />
|
||||
<img src="https://gitlab.com/stephan-raabe/dotfiles/-/raw/main/screenshots/variations/variations1.png" />
|
||||
|
||||
Copy an existing variation as a starting point and rename the new file accordingly.
|
||||
|
||||
<img src="https://gitlab.com/stephan-raabe/dotfiles/-/raw/dev/screenshots/variations/variations2.png" />
|
||||
<img src="https://gitlab.com/stephan-raabe/dotfiles/-/raw/main/screenshots/variations/variations2.png" />
|
||||
|
||||
Edit the configuration of your new variation and save.
|
||||
|
||||
Go back to the ML4W dotfiles settings app and select "Reload Variations" from the variation context menu and select your new variation.
|
||||
|
||||
<img src="https://gitlab.com/stephan-raabe/dotfiles/-/raw/dev/screenshots/variations/variations3.png" />
|
||||
<img src="https://gitlab.com/stephan-raabe/dotfiles/-/raw/main/screenshots/variations/variations3.png" />
|
||||
|
||||
You can also modify the variation from the settings app directly.
|
||||
|
||||
<img src="https://gitlab.com/stephan-raabe/dotfiles/-/raw/dev/screenshots/variations/variations4.png" />
|
||||
<img src="https://gitlab.com/stephan-raabe/dotfiles/-/raw/main/screenshots/variations/variations4.png" />
|
||||
+2
-3
@@ -9,7 +9,6 @@
|
||||
background {
|
||||
monitor =
|
||||
path = $HOME/.cache/blurred_wallpaper.png # only png supported for now
|
||||
color = rgba(25, 20, 20, 1.0)
|
||||
}
|
||||
|
||||
input-field {
|
||||
@@ -17,8 +16,8 @@ input-field {
|
||||
size = 200, 50
|
||||
outline_thickness = 0
|
||||
|
||||
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
|
||||
dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
|
||||
dots_size = 0.3 # Scale of input-field height, 0.2 - 0.8
|
||||
dots_spacing = 0.3 # Scale of dots' absolute size, 0.0 - 1.0
|
||||
dots_center = true
|
||||
|
||||
outer_color = rgb(000000)
|
||||
|
||||
Reference in New Issue
Block a user