theme: improve qt theming
This commit is contained in:
parent
a5ffa3a184
commit
4c16219ecc
|
@ -33,12 +33,10 @@ lib.mkIf (desktop == "sway")
|
||||||
in
|
in
|
||||||
{ gtk4 = shared; gtk3 = shared; }
|
{ gtk4 = shared; gtk3 = shared; }
|
||||||
);
|
);
|
||||||
# qt = {
|
qt = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# platformTheme = "gtk";
|
platformTheme = "qtct";
|
||||||
# # style.package = pkgs.libsForQt5.qtstyleplugins;
|
};
|
||||||
# # style.name = "gtk2";
|
|
||||||
# };
|
|
||||||
|
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
"org/gnome/desktop/interface" = {
|
"org/gnome/desktop/interface" = {
|
||||||
|
@ -79,10 +77,11 @@ lib.mkIf (desktop == "sway")
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionVariables = { QT_QPA_PLATFORMTHEME = "gtk3"; };
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
libsForQt5.qt5ct
|
libsForQt5.qt5ct
|
||||||
libsForQt5.qtstyleplugin-kvantum
|
libsForQt5.qtstyleplugin-kvantum
|
||||||
|
qt6Packages.qt6ct
|
||||||
|
qt6Packages.qtstyleplugin-kvantum
|
||||||
|
|
||||||
pkgs.bibata-cursors
|
pkgs.bibata-cursors
|
||||||
pkgs.orchis_theme_compact
|
pkgs.orchis_theme_compact
|
||||||
|
|
Loading…
Reference in a new issue