fix hyprland borders
This commit is contained in:
parent
e7f8d0bed3
commit
1fbcd75f4f
2 changed files with 11 additions and 6 deletions
|
@ -8,6 +8,7 @@
|
|||
...
|
||||
}: let
|
||||
palette-hex = pkgs.lib.nix-rice.palette.toRgbHex pkgs.rice.palette;
|
||||
palette-shex = pkgs.lib.nix-rice.palette.toRGBShortHex pkgs.rice.palette;
|
||||
in {
|
||||
imports = [
|
||||
inputs.hyprland.homeManagerModules.default
|
||||
|
@ -84,13 +85,17 @@ in {
|
|||
"#FONT"
|
||||
"#ICONTHEME"
|
||||
"#ACTIVEBORDER"
|
||||
"#BORDER"]
|
||||
"#BORDER"
|
||||
"#THICK"
|
||||
"#ROUND"]
|
||||
["${bg.image}"
|
||||
gtk.name
|
||||
fonts.sans.name
|
||||
icons.name
|
||||
palette-hex.util.fg
|
||||
palette-hex.util.bg]
|
||||
palette-shex.util.fg
|
||||
palette-shex.util.bg
|
||||
(builtins.toString borders.thickness)
|
||||
(builtins.toString borders.rounding)]
|
||||
(builtins.readFile dots/hyprland/hyprland.conf));
|
||||
};
|
||||
|
||||
|
@ -289,7 +294,7 @@ in {
|
|||
enable = true;
|
||||
# package = inputs.helix.packages.${pkgs.hostPlatform.system}.default;
|
||||
settings = {
|
||||
theme = "gruvbox_dark";
|
||||
theme = "base16_default";
|
||||
editor.lsp.display-messages = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue