hypr dots
This commit is contained in:
parent
98d71e0170
commit
7bca3bbe77
10 changed files with 560 additions and 471 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue