Commit f862a8f
Changed files (2)
modules
core
modules/core/stylix.nix
@@ -26,7 +26,7 @@
schemeName = "catppuccin-mocha";
theme = "${base24-schemes}/share/themes/${schemeName}.yaml";
- inputImage = "${inputs.wallpapers}/Nahida-2.png";
+ inputImage = "${inputs.wallpapers}/Corin-1.jpg";
brightness =
if config.lib.stylix.colors.variant == "dark"
then "-20"
@@ -42,9 +42,12 @@
in {
enable = true;
base16Scheme = theme;
- image = pkgs.runCommand "dimmed-background.png" {} ''
- ${lib.getExe' pkgs.imagemagick "convert"} "${inputImage}" -brightness-contrast ${brightness},${contrast} -fill ${fillColor} $out
- '';
+ # Commented out because I'm using a darker background image.
+ # This is because the previous background image is too bright for my taste.
+ # image = pkgs.runCommand "dimmed-background.png" {} ''
+ # ${lib.getExe' pkgs.imagemagick "convert"} "${inputImage}" -brightness-contrast ${brightness},${contrast} -fill ${fillColor} $out
+ # '';
+ image = inputImage;
opacity = {
applications = 0.975; # Slightly less than 1.0 for accessibility reasons.
desktop = 0.9;
flake.lock
@@ -1320,10 +1320,10 @@
"wallpapers": {
"flake": false,
"locked": {
- "lastModified": 1760114893,
- "narHash": "sha256-SNNwwl7uLG7b2cyvf8TrTD49LzK7TC7mAXfJSbyw5/0=",
+ "lastModified": 1763041767,
+ "narHash": "sha256-fnOhQD/wNUiu59tzHVF9uuACFD78YM1kxdI1dlGqWX8=",
"ref": "refs/heads/main",
- "rev": "a99f8153c2dd39da1bdaf6789a2dd8b7b9c293bf",
+ "rev": "5194ab425870d84ccabf4258d8f29042e28ab955",
"shallow": true,
"type": "git",
"url": "https://repo.hpcesia.com/HPCesia/Wallpapers"