commit | abaa60767927c987e46c71d79c0b67f026dda08d | [log] [tgz] |
---|---|---|
author | Skyler Grey <minion@clicks.codes> | Thu Feb 15 19:07:00 2024 +0000 |
committer | Skyler Grey <minion@clicks.codes> | Thu Feb 15 22:20:37 2024 +0000 |
tree | 61c8c280de2bfcde1c664e73b4aa658a426918ae | |
parent | 952b8cd337b2ea5999fffc8bb3a82d782dd0cd8d [diff] |
Use chimera theme color for border Change-Id: I3b2de115273fe4debdfa2f82f28d8b77b04f8c2a Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/390 Reviewed-by: Samuel Shuert <coded@clicks.codes> Tested-by: Skyler Grey <minion@clicks.codes>
diff --git a/modules/home/hyprland/default.nix b/modules/home/hyprland/default.nix index b1263d8..3e9ae46 100644 --- a/modules/home/hyprland/default.nix +++ b/modules/home/hyprland/default.nix
@@ -84,8 +84,15 @@ monitor = config.chimera.hyprland.monitors ++ [ ",preferred,auto,1" ]; + general = { + border_size = 1; + "col.active_border" = "rgba(${config.chimera.theme.colors.Surface0.hex}FF)"; + "col.inactive_border" = "rgba(${config.chimera.theme.colors.Surface0.hex}FF)"; + }; + decoration = { rounding = 7; + drop_shadow = false; }; input = {