Hyprland
Hyprland is a dynamic tiling Wayland compositor with modern features and flexible configuration. It uses custom configuration language called Hyprlang.
Link
Add the following line to the configuration:
toml
[links]
# ...
"hyprland.conf" = "~/.config/hypr/colors.conf"
INFO
You need to generate colors for these configuration files to be created. Run:
bash
rong video path/to/image/or/video
Apply
In your main config file (~/.config/hypr/hyprland.conf
), source the theme file and define your layout:
txt
source = colors.conf
general {
# ...
col.active_border = $primary $secondary 45deg
col.inactive_border = $on_primary $on_secondary 45deg
# ...
}
Reload
While Hyprland auto reloads, you might need to run:
bash
hyprctl reload