Regenerated
This commit is contained in:
+385
-393
File diff suppressed because it is too large
Load Diff
+7
-15
@@ -295,14 +295,6 @@ let
|
|||||||
|
|
||||||
username = config.defaultUser or "henrov";
|
username = config.defaultUser or "henrov";
|
||||||
|
|
||||||
cssContent = ''
|
|
||||||
/* Catppuccin Mocha Palette - auto-generated, do not edit manually */
|
|
||||||
'' + lib.concatStringsSep "\n" (
|
|
||||||
lib.mapAttrsToList (name: value:
|
|
||||||
"@define-color ${name} ${value};"
|
|
||||||
) colors
|
|
||||||
) + "\n@define-color base-alpha rgba(30, 30, 46, 0.9);";
|
|
||||||
|
|
||||||
qmlContent = ''
|
qmlContent = ''
|
||||||
pragma Singleton
|
pragma Singleton
|
||||||
// Catppuccin Mocha Palette - auto-generated, do not edit manually
|
// Catppuccin Mocha Palette - auto-generated, do not edit manually
|
||||||
@@ -319,8 +311,8 @@ in
|
|||||||
{
|
{
|
||||||
home-manager.users.${username} = {
|
home-manager.users.${username} = {
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/shared/Colors.css" = {
|
".config/shared/colors.css" = {
|
||||||
text = cssContent;
|
source = "${flakeRoot}/generated/.config/shared/colors.css";
|
||||||
force = true;
|
force = true;
|
||||||
};
|
};
|
||||||
".config/quickshell/Colors.qml" = {
|
".config/quickshell/Colors.qml" = {
|
||||||
@@ -3843,9 +3835,9 @@ wofi --show drun \
|
|||||||
--prompt "Apps ..."
|
--prompt "Apps ..."
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** =generated/.config/shared/Colors.css=
|
** =generated/.config/shared/colors.css=
|
||||||
A file containing color variables
|
A file containing color variables
|
||||||
#+BEGIN_SRC css :tangle generated/.config/shared/Colors.css :noweb yes :mkdirp yes :eval never
|
#+BEGIN_SRC css :tangle generated/.config/shared/colors.css :noweb yes :mkdirp yes :eval never
|
||||||
/* Catppuccin Mocha Palette */
|
/* Catppuccin Mocha Palette */
|
||||||
@define-color crust #11111b;
|
@define-color crust #11111b;
|
||||||
@define-color mantle #181825;
|
@define-color mantle #181825;
|
||||||
@@ -4355,7 +4347,7 @@ These are config files for waybar
|
|||||||
** =generated/.config/swaync/style.css=
|
** =generated/.config/swaync/style.css=
|
||||||
These are config files for waybar
|
These are config files for waybar
|
||||||
#+BEGIN_SRC css :tangle generated/.config/swaync/style.css :noweb yes :mkdirp yes :eval never
|
#+BEGIN_SRC css :tangle generated/.config/swaync/style.css :noweb yes :mkdirp yes :eval never
|
||||||
@import url("/home/henrov/.config/shared/Colors.css");
|
@import url("/home/henrov/.config/shared/colors.css");
|
||||||
|
|
||||||
* {
|
* {
|
||||||
all: unset;
|
all: unset;
|
||||||
@@ -4793,7 +4785,7 @@ These are config files for waybar
|
|||||||
** =generated/.config/waybar/style-dark.css=
|
** =generated/.config/waybar/style-dark.css=
|
||||||
This file contains all css for waybar
|
This file contains all css for waybar
|
||||||
#+BEGIN_SRC css :tangle generated/.config/waybar/style-dark.css :noweb yes :mkdirp yes :eval never
|
#+BEGIN_SRC css :tangle generated/.config/waybar/style-dark.css :noweb yes :mkdirp yes :eval never
|
||||||
@import url("file:///home/henrov/.config/shared/Colors.css");
|
@import url("file:///home/henrov/.config/shared/colors.css");
|
||||||
|
|
||||||
/* --- Global --- */
|
/* --- Global --- */
|
||||||
* {
|
* {
|
||||||
@@ -5207,7 +5199,7 @@ prompt = > ...
|
|||||||
** =generated/.config/wofi/style.css=
|
** =generated/.config/wofi/style.css=
|
||||||
This is the default layout for wofi
|
This is the default layout for wofi
|
||||||
#+BEGIN_SRC css :tangle generated/.config/wofi/style.css :noweb yes :mkdirp yes :eval never
|
#+BEGIN_SRC css :tangle generated/.config/wofi/style.css :noweb yes :mkdirp yes :eval never
|
||||||
@import "~/.config/shared/Colors.css";
|
@import "~/.config/shared/colors.css";
|
||||||
|
|
||||||
* {
|
* {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|||||||
@@ -0,0 +1,32 @@
|
|||||||
|
/* --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- */
|
||||||
|
/* Catppuccin Mocha Palette */
|
||||||
|
@define-color crust #11111b;
|
||||||
|
@define-color mantle #181825;
|
||||||
|
@define-color base #1e1e2e;
|
||||||
|
@define-color base-alpha rgba(30, 30, 46, 0.9);
|
||||||
|
|
||||||
|
@define-color surface0 #313244;
|
||||||
|
@define-color surface1 #45475a;
|
||||||
|
@define-color surface2 #585b70;
|
||||||
|
|
||||||
|
@define-color overlay0 #6c7086;
|
||||||
|
@define-color overlay1 #7f849c;
|
||||||
|
@define-color overlay2 #9399b2;
|
||||||
|
|
||||||
|
@define-color subtext0 #a6adc8;
|
||||||
|
@define-color subtext1 #bac2de;
|
||||||
|
@define-color text #cdd6f4;
|
||||||
|
|
||||||
|
@define-color rosewater #f5e0dc;
|
||||||
|
@define-color flamingo #f2cdcd;
|
||||||
|
@define-color pink #f5c2e7;
|
||||||
|
@define-color mauve #cba6f7;
|
||||||
|
@define-color red #f38ba8;
|
||||||
|
@define-color maroon #eba0ac;
|
||||||
|
@define-color peach #fab387;
|
||||||
|
@define-color yellow #f9e2af;
|
||||||
|
@define-color green #a6e3a1;
|
||||||
|
@define-color teal #94e2d5;
|
||||||
|
@define-color sapphire #74c7ec;
|
||||||
|
@define-color blue #89b4fa;
|
||||||
|
@define-color lavender #b4befe;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
/* --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- */
|
/* --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- */
|
||||||
@import url("/home/henrov/.config/shared/Colors.css");
|
@import url("/home/henrov/.config/shared/colors.css");
|
||||||
|
|
||||||
* {
|
* {
|
||||||
all: unset;
|
all: unset;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- */
|
/* --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- */
|
||||||
@import url("file:///home/henrov/.config/shared/Colors.css");
|
@import url("file:///home/henrov/.config/shared/colors.css");
|
||||||
|
|
||||||
/* --- Global --- */
|
/* --- Global --- */
|
||||||
* {
|
* {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- */
|
/* --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- */
|
||||||
@import "~/.config/shared/Colors.css";
|
@import "~/.config/shared/colors.css";
|
||||||
|
|
||||||
* {
|
* {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|||||||
@@ -31,14 +31,6 @@ let
|
|||||||
|
|
||||||
username = config.defaultUser or "henrov";
|
username = config.defaultUser or "henrov";
|
||||||
|
|
||||||
cssContent = ''
|
|
||||||
/* Catppuccin Mocha Palette - auto-generated, do not edit manually */
|
|
||||||
'' + lib.concatStringsSep "\n" (
|
|
||||||
lib.mapAttrsToList (name: value:
|
|
||||||
"@define-color ${name} ${value};"
|
|
||||||
) colors
|
|
||||||
) + "\n@define-color base-alpha rgba(30, 30, 46, 0.9);";
|
|
||||||
|
|
||||||
qmlContent = ''
|
qmlContent = ''
|
||||||
pragma Singleton
|
pragma Singleton
|
||||||
// Catppuccin Mocha Palette - auto-generated, do not edit manually
|
// Catppuccin Mocha Palette - auto-generated, do not edit manually
|
||||||
@@ -55,8 +47,8 @@ in
|
|||||||
{
|
{
|
||||||
home-manager.users.${username} = {
|
home-manager.users.${username} = {
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/shared/Colors.css" = {
|
".config/shared/colors.css" = {
|
||||||
text = cssContent;
|
source = "${flakeRoot}/generated/.config/shared/colors.css";
|
||||||
force = true;
|
force = true;
|
||||||
};
|
};
|
||||||
".config/quickshell/Colors.qml" = {
|
".config/quickshell/Colors.qml" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user