gtk/regreet: switch to Orchis theme
This commit is contained in:
parent
cef6158ca7
commit
bea4950cea
4 changed files with 40 additions and 19 deletions
|
@ -79,7 +79,15 @@ in
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
pantheon.elementary-gtk-theme
|
(orchis-theme.override {
|
||||||
|
tweaks = [
|
||||||
|
"black"
|
||||||
|
"compact"
|
||||||
|
"macos"
|
||||||
|
];
|
||||||
|
border-radius = 5;
|
||||||
|
})
|
||||||
|
catppuccin-cursors.mochaDark
|
||||||
pantheon.elementary-icon-theme
|
pantheon.elementary-icon-theme
|
||||||
];
|
];
|
||||||
etc = {
|
etc = {
|
||||||
|
@ -122,9 +130,9 @@ in
|
||||||
"xdg/gtk-3.0/settings.ini" = {
|
"xdg/gtk-3.0/settings.ini" = {
|
||||||
text = generators.toINI { } {
|
text = generators.toINI { } {
|
||||||
Settings = {
|
Settings = {
|
||||||
gtk-theme-name = "elementary";
|
gtk-theme-name = "Orchis-Dark";
|
||||||
gtk-icon-theme-name = "elementary";
|
gtk-icon-theme-name = "elementary";
|
||||||
gtk-cursor-theme-name = "elementary";
|
gtk-cursor-theme-name = "Catppuccin-Mocha-Dark-Cursors";
|
||||||
gtk-application-prefer-dark-theme = "true";
|
gtk-application-prefer-dark-theme = "true";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -132,9 +140,9 @@ in
|
||||||
"xdg/gtk-4.0/settings.ini" = {
|
"xdg/gtk-4.0/settings.ini" = {
|
||||||
text = generators.toINI { } {
|
text = generators.toINI { } {
|
||||||
Settings = {
|
Settings = {
|
||||||
gtk-theme-name = "elementary";
|
gtk-theme-name = "Orchis-Dark";
|
||||||
gtk-icon-theme-name = "elementary";
|
gtk-icon-theme-name = "elementary";
|
||||||
gtk-cursor-theme-name = "elementary";
|
gtk-cursor-theme-name = "Catppuccin-Mocha-Dark-Cursors";
|
||||||
gtk-application-prefer-dark-theme = "true";
|
gtk-application-prefer-dark-theme = "true";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -37,10 +37,10 @@ in
|
||||||
|
|
||||||
GTK = {
|
GTK = {
|
||||||
application_prefer_dark_theme = true;
|
application_prefer_dark_theme = true;
|
||||||
theme_name = "elementary";
|
theme_name = "Orchis-Dark";
|
||||||
cursor_theme = "elementary";
|
cursor_theme = "Catppuccin-Mocha-Dark-Cursors";
|
||||||
icon_theme_name = "elementary";
|
icon_theme_name = "elementary";
|
||||||
font_name = "Iosevka Aile 16";
|
font_name = "Monaspace Neon 16";
|
||||||
};
|
};
|
||||||
|
|
||||||
commands = {
|
commands = {
|
||||||
|
@ -54,6 +54,11 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
cageArgs = [
|
||||||
|
"-s"
|
||||||
|
"-m"
|
||||||
|
"last"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
security.pam.services.greetd.u2fAuth = false;
|
security.pam.services.greetd.u2fAuth = false;
|
||||||
|
|
||||||
|
@ -63,7 +68,15 @@ in
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
pantheon.elementary-gtk-theme
|
(orchis-theme.override {
|
||||||
|
tweaks = [
|
||||||
|
"black"
|
||||||
|
"compact"
|
||||||
|
"macos"
|
||||||
|
];
|
||||||
|
border-radius = 5;
|
||||||
|
})
|
||||||
|
catppuccin-cursors.mochaDark
|
||||||
pantheon.elementary-icon-theme
|
pantheon.elementary-icon-theme
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -333,14 +333,14 @@ in
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = {
|
theme = {
|
||||||
name = "Catppuccin-Mocha-Compact-Blue-Dark";
|
name = "Orchis-Dark";
|
||||||
package = pkgs.catppuccin-gtk.override {
|
package = pkgs.orchis-theme.override {
|
||||||
size = "compact";
|
|
||||||
tweaks = [
|
tweaks = [
|
||||||
"rimless"
|
|
||||||
"black"
|
"black"
|
||||||
|
"compact"
|
||||||
|
"macos"
|
||||||
];
|
];
|
||||||
variant = "mocha";
|
border-radius = 5;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -358,14 +358,14 @@ in
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = {
|
theme = {
|
||||||
name = "Catppuccin-Mocha-Compact-Dark";
|
name = "Orchis-Dark";
|
||||||
package = pkgs.catppuccin-gtk.override {
|
package = pkgs.orchis-theme.override {
|
||||||
size = "compact";
|
|
||||||
tweaks = [
|
tweaks = [
|
||||||
"rimless"
|
|
||||||
"black"
|
"black"
|
||||||
|
"compact"
|
||||||
|
"macos"
|
||||||
];
|
];
|
||||||
variant = "mocha";
|
border-radius = 5;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue