Updates
This commit is contained in:
parent
51c5fc1654
commit
8c4c25cbeb
@ -1,4 +1,4 @@
|
||||
# ML4W dotfiles 2.8.3 RC3
|
||||
# ML4W dotfiles 2.8.3
|
||||
|
||||
An advanced configuration of Hyprland and Qtile for Arch Linux based distributions. This package includes an installation script to install and setup the required components.
|
||||
|
||||
@ -260,6 +260,8 @@ You can open the ML4W dotfiles settings app with <kbd>SUPER</kbd> + <kbd>CTRL</k
|
||||
|
||||
You can create custom variations by copying a file from the ~/dotfiles/hypr/conf subfolders like monitor/default.conf, give the file a custom name (e.g., mymonitor.conf) and select the variation in the dotfiles settings app in the corresponding section.
|
||||
|
||||
The ML4W Dotfiles Settings App replaces strings from several configuration files directly or based on replacement comments e.g., // START WORKSPACES That's why you shouldn't remove any of theses comments or markers to ensure full functionality of the app.
|
||||
|
||||
You can also edit the file custom.conf which is included at the bottom of the hyprland.conf and can hold you personal configurations.
|
||||
|
||||
## Wallpaper and Pywal
|
||||
|
Binary file not shown.
@ -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" />
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user