added colours
This commit is contained in:
Generated
+8
-8
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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