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