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
Generated
+8 -8
View File
@@ -52,11 +52,11 @@
"caelestia-cli-src": {
"flake": false,
"locked": {
"lastModified": 1752700726,
"narHash": "sha256-ZeiPb5lXAXndGMYowam4BRZUGKbsfclDVoIMqrxWwnQ=",
"lastModified": 1752701927,
"narHash": "sha256-UsTKIlN9Q4LaNb7W0mf1wWFGI/Vf1KMKb17P7I2BgzY=",
"ref": "refs/heads/main",
"rev": "525cab74fe616cfc9ce38a0e414c0617482b1041",
"revCount": 263,
"rev": "dca14f0fa987259684ebceb37cbe99e78a3f87b4",
"revCount": 266,
"type": "git",
"url": "https://git.sakamoto.dev/kenji/caelestia-cli"
},
@@ -77,11 +77,11 @@
"quickshell": "quickshell"
},
"locked": {
"lastModified": 1752700750,
"narHash": "sha256-teDj6aifhapb9SYH3n2aG7y5/XcnFi1mlrEaZ63QRqY=",
"lastModified": 1752701951,
"narHash": "sha256-aPatGY3pV3Hs04qsQgLW0FX+Zuxc/GUjy5aoGfrBWFM=",
"ref": "refs/heads/master",
"rev": "43b76432224381933cf63d511f665d546edb95a0",
"revCount": 12,
"rev": "64109710e4893e9ebabd59f1d5aa6d8ad067756b",
"revCount": 13,
"type": "git",
"url": "https://git.sakamoto.dev/kenji/caelestia-nix"
},
+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" = {