added colours
This commit is contained in:
@@ -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)";
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -15,6 +15,9 @@
|
||||
"sunshine"
|
||||
"moondeck-buddy"
|
||||
"qs -c caelestia"
|
||||
|
||||
"wl-paste --type text --watch cliphist store"
|
||||
"wl-paste --type image --watch cliphist store"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
./config/animation.nix
|
||||
./config/decoration.nix
|
||||
./config/env.nix
|
||||
./config/colours.nix
|
||||
];
|
||||
|
||||
home.file.".config/hypr/scripts/wsaction.fish" = {
|
||||
|
||||
Reference in New Issue
Block a user