Trying to change active bordercolor stylix
This commit is contained in:
@@ -739,8 +739,11 @@ in
|
|||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
settings.general."col.active_border" = lib.mkForce "0xffffffff";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#wayland.windowManager.hyprland.settings.general."col.active_border" = lib.mkForce "0xffffffff";
|
||||||
|
|
||||||
# Merge all xdg.configFile definitions
|
# Merge all xdg.configFile definitions
|
||||||
xdg.configFile = otherConfigs // {
|
xdg.configFile = otherConfigs // {
|
||||||
"hypr/hyprland.conf".text = ''
|
"hypr/hyprland.conf".text = ''
|
||||||
|
|||||||
@@ -30,8 +30,11 @@ in
|
|||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
settings.general."col.active_border" = lib.mkForce "0xffffffff";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#wayland.windowManager.hyprland.settings.general."col.active_border" = lib.mkForce "0xffffffff";
|
||||||
|
|
||||||
# Merge all xdg.configFile definitions
|
# Merge all xdg.configFile definitions
|
||||||
xdg.configFile = otherConfigs // {
|
xdg.configFile = otherConfigs // {
|
||||||
"hypr/hyprland.conf".text = ''
|
"hypr/hyprland.conf".text = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user