From 73646eec6328e3015b41d902a05c7aa522bc7ae5 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Tue, 17 Mar 2026 14:37:52 +0000 Subject: [PATCH] Properly coloured border --- Droidnix/README.org | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Droidnix/README.org b/Droidnix/README.org index aef0ba430..1fb95fd39 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -742,13 +742,9 @@ in settings.general."col.active_border" = lib.mkForce "0xff97cbcd 0xff89b4fa"; }; - #wayland.windowManager.hyprland.settings.general."col.active_border" = lib.mkForce "0xffffffff"; - - # Merge all xdg.configFile definitions xdg.configFile = otherConfigs // { "hypr/hyprland.conf".text = '' ${builtins.readFile "${flakeRoot}/assets/hyprland/conf/hypr/hyprland.conf"} - # Your manual settings will go below this line and will not be overwritten: ''; "hypr/.keep".text = ""; };