hypr dots

This commit is contained in:
KoenDR06 2025-11-09 21:48:11 +01:00
parent 98d71e0170
commit 7bca3bbe77
10 changed files with 560 additions and 471 deletions

View file

@ -5,7 +5,10 @@
...
}: let
inherit (lib) mkIf mkEnableOption;
inherit (builtins) replaceStrings;
cfg = config.horseman.wm.hyprland;
colors = config.horseman.catppuccin.colors;
in {
imports = [
./options.nix
@ -82,8 +85,8 @@ in {
resizeOnBorder = true;
allowTearing = false;
col.activeBorder = "rgba(b7bdf8ff)";
col.inactiveBorder = "rgba(b7bdf840)";
col.activeBorder = replaceStrings [" "] [""] colors.lavender-rgb;
col.inactiveBorder = replaceStrings [" " ")" "rgb"] ["" ",64)" "rgba"] colors.lavender-rgb; # Make transparent
layout = "dwindle";
};