theme: improve qt theming
This commit is contained in:
		
							parent
							
								
									312ea4a18e
								
							
						
					
					
						commit
						1e89a79f1e
					
				
					 1 changed files with 6 additions and 7 deletions
				
			
		| 
						 | 
					@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue