add fix for cursors on other apps
This commit is contained in:
		
							parent
							
								
									eae8f61a59
								
							
						
					
					
						commit
						ae7ba60036
					
				@ -215,7 +215,7 @@
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
  # Symlink in gtk and kvantum theme
 | 
			
		||||
  # Symlink in gtk and kvantum theme to ~/.config
 | 
			
		||||
  xdg.configFile = {
 | 
			
		||||
    "gtk-4.0/assets".source = "${config.gtk.theme.package}/share/themes/${config.gtk.theme.name}/gtk-4.0/assets";
 | 
			
		||||
    "gtk-4.0/gtk.css".source = "${config.gtk.theme.package}/share/themes/${config.gtk.theme.name}/gtk-4.0/gtk.css";
 | 
			
		||||
@ -225,7 +225,9 @@
 | 
			
		||||
      theme=Catppuccin-Frappe-Blue
 | 
			
		||||
    '';
 | 
			
		||||
    "Kvantum/Catppuccin-Frappe-Blue".source = "${pkgs.catppuccin-kvantum}/share/Kvantum/Catppuccin-Frappe-Blue";
 | 
			
		||||
      # "Kvantum/ArcDark".source = "${pkgs.arc-kde-theme}/share/Kvantum/ArcDark";
 | 
			
		||||
    # "Kvantum/kvantum.kvconfig".text = "[General]\ntheme=ArcDark";
 | 
			
		||||
  };
 | 
			
		||||
  home.file.".icons/default/index.theme".text = ''
 | 
			
		||||
    [icon theme]
 | 
			
		||||
    Inherits=Catppuccin-Macchiato-Lavender-Cursors
 | 
			
		||||
  '';
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user