added colours

This commit is contained in:
kenji
2025-07-16 16:52:46 -05:00
parent 47bd23b3dd
commit dd1213c5b7
4 changed files with 36 additions and 8 deletions
+24
View File
@@ -0,0 +1,24 @@
{
config,
pkgs,
myConfig,
...
}: {
wayland.windowManager.hyprland.settings = {
exec = [
"cp -L --no-preserve=mode --update=none ~/.config/hypr/scheme/default.conf ~/.config/hypr/scheme/current.conf"
];
group = {
groupbar = {
text_color = "rgb($onPrimary)";
col.active = "rgba($primaryd4)";
col.inactive = "rgba($outlined4)";
col.locked_active = "rgba($primaryd4)";
col.locked_inactive = "rgba($secondaryd4)";
};
};
misc = {
background_color = "rgb($surfaceVariant)";
};
};
}
+3
View File
@@ -15,6 +15,9 @@
"sunshine"
"moondeck-buddy"
"qs -c caelestia"
"wl-paste --type text --watch cliphist store"
"wl-paste --type image --watch cliphist store"
];
};
}
+1
View File
@@ -10,6 +10,7 @@
./config/animation.nix
./config/decoration.nix
./config/env.nix
./config/colours.nix
];
home.file.".config/hypr/scripts/wsaction.fish" = {