mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-18 02:31:01 +01:00
hyprland: Don't hardcode colors
This commit is contained in:
parent
fbd150226a
commit
a7f6d4d354
@ -1,7 +1,7 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
xdg.configFile."hypr/hyprland.conf".text = /* bash */ ''
|
xdg.configFile."hypr/hyprland.conf".text = with config.lib.stylix.colors; /* bash */ ''
|
||||||
env=XCURSOR_SIZE,24
|
env=XCURSOR_SIZE,24
|
||||||
env=BROWSER,librewolf
|
env=BROWSER,librewolf
|
||||||
env=GTK_IM_MODULE,fcitx
|
env=GTK_IM_MODULE,fcitx
|
||||||
@ -35,8 +35,8 @@
|
|||||||
gaps_in = 0
|
gaps_in = 0
|
||||||
gaps_out = -1
|
gaps_out = -1
|
||||||
border_size = 0
|
border_size = 0
|
||||||
col.active_border = rgba(f4bf75ee) rgba(fd971fee) 45deg
|
col.active_border = rgba(${base0A}ee) rgba(${base09}ee) 45deg
|
||||||
col.inactive_border = rgba(49483eaa)
|
col.inactive_border = rgba(${base02}aa)
|
||||||
layout = master
|
layout = master
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user