580 current 2024-05-13 23:01:31 24.05.20240513.7ed944b 6.8.6-zen1 *
This commit is contained in:
parent
dd9677e8ce
commit
79ee65378e
1 changed files with 13 additions and 17 deletions
|
|
@ -1,15 +1,11 @@
|
||||||
{pkgs, ...}: {
|
{
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = {
|
catppuccin.enable = true;
|
||||||
name = "Catppuccin-Frappe-Compact-Pink-Dark";
|
|
||||||
package = pkgs.catppuccin-gtk.override {
|
|
||||||
accents = ["pink"];
|
|
||||||
tweaks = ["rimless"];
|
|
||||||
size = "compact";
|
|
||||||
variant = "frappe";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
package = pkgs.catppuccin-papirus-folders;
|
package = pkgs.catppuccin-papirus-folders;
|
||||||
|
|
@ -60,21 +56,21 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
platformTheme = "qtct";
|
platformTheme = "qtct";
|
||||||
style = {
|
style = {
|
||||||
name = "Catppuccin-Frappe-Dark";
|
name = "Catppuccin-Mocha-Sapphire";
|
||||||
package = pkgs.catppuccin-kde.override {
|
package = pkgs.catppuccin-kde.override {
|
||||||
flavour = ["frappe"];
|
flavour = ["mocha"];
|
||||||
accents = ["pink"];
|
accents = ["sapphire"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
"Kvantum/catppuccin/catppuccin.kvconfig".source = builtins.fetchurl {
|
"Kvantum/catppuccin/catppuccin.kvconfig".source = builtins.fetchurl {
|
||||||
url = "https://raw.githubusercontent.com/catppuccin/Kvantum/main/src/Catppuccin-Frappe-Pink/Catppuccin-Frappe-Pink.kvconfig";
|
url = "https://raw.githubusercontent.com/catppuccin/Kvantum/main/src/Catppuccin-Mocha-Sapphire/Catppuccin-Mocha-Sapphire.kvconfig";
|
||||||
sha256 = "0pl936nchif2zsgzy4asrlc3gvv4fv2ln2myrqx13r6xra1vkcqs";
|
sha256 = "sha256:0n9f5hysr4k1sf9fd3sgd9fvqwrxrpcvj6vajqmb5c5ji8nv2w3c";
|
||||||
};
|
};
|
||||||
"Kvantum/catppuccin/catppuccin.svg".source = builtins.fetchurl {
|
"Kvantum/catppuccin/catppuccin.svg".source = builtins.fetchurl {
|
||||||
url = "https://raw.githubusercontent.com/catppuccin/Kvantum/main/src/Catppuccin-Frappe-Pink/Catppuccin-Frappe-Pink.svg";
|
url = "https://raw.githubusercontent.com/catppuccin/Kvantum/main/src/Catppuccin-Mocha-Sapphire/Catppuccin-Mocha-Sapphire.svg";
|
||||||
sha256 = "1b92j0gb65l2pvrf90inskr507a1kwin1zy0grwcsdyjmrm5yjrv";
|
sha256 = "sha256:1hq9h34178h0d288hgwb0ngqnixz24m9lk0ahc4dahwqn77fndwf";
|
||||||
};
|
};
|
||||||
"Kvantum/kvantum.kvconfig".text = ''
|
"Kvantum/kvantum.kvconfig".text = ''
|
||||||
[General]
|
[General]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue