diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-05-14 19:52:51 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-05-17 18:12:57 +0800 |
commit | 9daf62c016694f853d1ef74b0b656a2543541746 (patch) | |
tree | 4a2d5dcf899fd7e81f3e7a2597fa1507716dad2d /gnu/packages/xfce.scm | |
parent | c8e599b9391f789a8a3e2183fc8f0c2a5061ceb0 (diff) | |
download | guix-9daf62c016694f853d1ef74b0b656a2543541746.tar.gz |
gnu: xfce: Use "Greybird" and "elementary-xfce-dark" as default theme.
* gnu/packages/patches/xfce4-settings-defaults.patch: Set "ThemeName" to "Greybird", "IconThemeName" to "elementary-xfce-dark". * gnu/packages/xfce.scm (xfce)[inputs]: Add elementary-xfce-icon-theme.
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 38d77cace2..2eb90ed4b2 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1176,9 +1176,7 @@ for and start applications.") (list exo garcon adwaita-icon-theme - ;; 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" + elementary-xfce-icon-theme greybird-gtk-theme hicolor-icon-theme mate-polkit-for-xfce |