Replace Qogir theme with Papirus
This commit is contained in:
parent
3111c263c5
commit
080110e845
|
@ -52,6 +52,7 @@ with lib;
|
||||||
paths = with pkgs; [
|
paths = with pkgs; [
|
||||||
#libsForQt5.breeze-qt5 # for plasma
|
#libsForQt5.breeze-qt5 # for plasma
|
||||||
gnome.gnome-themes-extra
|
gnome.gnome-themes-extra
|
||||||
|
papirus-icon-theme
|
||||||
];
|
];
|
||||||
pathsToLink = [ "/share/icons" ];
|
pathsToLink = [ "/share/icons" ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -3,16 +3,6 @@
|
||||||
# UI and desktop-related options
|
# UI and desktop-related options
|
||||||
let
|
let
|
||||||
cfg = config.host.ui.gnome;
|
cfg = config.host.ui.gnome;
|
||||||
|
|
||||||
# Override Qogir icon theme to keep it more up-to-date
|
|
||||||
qogir-icon-theme_new = pkgs.qogir-icon-theme.overrideAttrs (old: {
|
|
||||||
version = "git";
|
|
||||||
src = builtins.fetchGit {
|
|
||||||
url = "https://github.com/vinceliuice/Qogir-icon-theme.git";
|
|
||||||
ref = "master";
|
|
||||||
rev = "37f41bfc4b09b2e3fe2185e3173f98a42272c05b";
|
|
||||||
};
|
|
||||||
});
|
|
||||||
in
|
in
|
||||||
with lib;
|
with lib;
|
||||||
{
|
{
|
||||||
|
@ -78,7 +68,7 @@ with lib;
|
||||||
gnomeExtensions.forge
|
gnomeExtensions.forge
|
||||||
# Themeing
|
# Themeing
|
||||||
gnome.gnome-themes-extra
|
gnome.gnome-themes-extra
|
||||||
qogir-icon-theme_new
|
papirus-icon-theme
|
||||||
];
|
];
|
||||||
|
|
||||||
# Install Flatpaks
|
# Install Flatpaks
|
||||||
|
|
|
@ -19,6 +19,12 @@
|
||||||
|
|
||||||
# Configure workspace
|
# Configure workspace
|
||||||
enable-hot-corners = true;
|
enable-hot-corners = true;
|
||||||
|
|
||||||
|
# Set icon theme
|
||||||
|
icon-theme = "Papirus-Dark";
|
||||||
|
|
||||||
|
# Set legacy application theme
|
||||||
|
gtk-theme = "Adwaita-dark";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Configure touchpad scroll & tap behavior
|
# Configure touchpad scroll & tap behavior
|
||||||
|
|
Loading…
Reference in a new issue