Reorganize themes to use "wallpaper.{ext}", rather than unique wallpaper names

This commit is contained in:
Joey Hafner 2024-10-14 14:13:44 -07:00
parent 8f578aed76
commit 84dfd599a4
13 changed files with 50 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ ... }:
{
stylix = {
image = ./cooper.png;
image = ./wallpaper.png;
override = { base01 = "332330"; };
};
}

View File

Before

Width:  |  Height:  |  Size: 9.6 MiB

After

Width:  |  Height:  |  Size: 9.6 MiB

View File

@ -0,0 +1,6 @@
{ pkgs, ... }:
{
stylix = {
image = ./blue-material.jpg;
};
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -0,0 +1,6 @@
{ pkgs, ... }:
{
stylix = {
image = ./red-black-material.jpg;
};
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

@ -0,0 +1,25 @@
{ pkgs, ... }:
{
stylix = {
image = ./wallpaper.jpg;
override = { base01 = "332330"; };
};
}
# Generated Colors
# base00: #111349; /* Black */
# base01: #2c4482; /* Bright Black */
# base02: #156eb2; /* Grey */
# base03: #66a3da; /* Brighter Grey */
# base04: #95bede; /* Bright Grey */
# base05: #e2e1ef; /* White */
# base06: #e0e3f4; /* Brighter White */
# base07: #cce8f6; /* Bright White */
# base08: #5196d1; /* Red */
# base09: #5196cf; /* Orange */
# base0A: #5796cc; /* Yellow */
# base0B: #5595d3; /* Green */
# base0C: #5896c9; /* Cyan */
# base0D: #5795d0; /* Blue */
# base0E: #4f96d8; /* Purple */
# base0F: #5894d3; /* Magenta */

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

View File

@ -0,0 +1,6 @@
{ pkgs, ... }:
{
stylix = {
image = ./wallpaper.jpg;
};
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

View File

@ -0,0 +1,6 @@
{ pkgs, ... }:
{
stylix = {
image = ./wallpaper.jpg;
};
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB