gnu: xfce: Replace 'gtk-xfce-engine' with 'greybird-gtk-theme'.
Suggested in <https://issues.guix.gnu.org/54719>. * gnu/packages/xfce.scm (xfce)[inputs]: Replace 'gtk-xfce-engine' with 'greybird-gtk-theme'.
This commit is contained in:
		
							parent
							
								
									116c0268ff
								
							
						
					
					
						commit
						a8d24e97dc
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		|  | @ -45,6 +45,7 @@ | |||
|   #:use-module (gnu packages gettext) | ||||
|   #:use-module (gnu packages glib) | ||||
|   #:use-module (gnu packages gnome) | ||||
|   #:use-module (gnu packages gnome-xyz) | ||||
|   #:use-module (gnu packages gstreamer) | ||||
|   #:use-module (gnu packages gtk) | ||||
|   #:use-module (gnu packages image) | ||||
|  | @ -1087,7 +1088,10 @@ for and start applications.") | |||
|      (list exo | ||||
|            garcon | ||||
|            gnome-icon-theme | ||||
|            gtk-xfce-engine | ||||
|            ;; Greybird is the recommend theme since Xfce 4.14, see: | ||||
|            ;; <https://mail.xfce.org/pipermail/xfce4-dev/2018-August/032151.html> | ||||
|            ;; TODO: Make it default via "xfconf/xfce/perchannel-xml/xsettinsg.xml" | ||||
|            greybird-gtk-theme | ||||
|            hicolor-icon-theme | ||||
|            mate-polkit-for-xfce | ||||
|            ristretto | ||||
|  |  | |||
		Reference in a new issue