add distro icon

This commit is contained in:
Lukáš Plevač 2021-02-08 16:44:32 +00:00
commit ac614c35e2
4 changed files with 4 additions and 2 deletions
airootfs
etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml
root/.config/xfce4/xfconf/xfce-perchannel-xml
usr/saturnarch
build.sh

@ -62,7 +62,7 @@
</property>
<property name="plugins" type="empty">
<property name="plugin-1" type="string" value="applicationsmenu">
<property name="button-icon" type="string" value="/usr/share/pixmaps/archlinux-logo.svg"/>
<property name="button-icon" type="string" value="/usr/saturnarch/logo.png"/>
</property>
<property name="plugin-2" type="string" value="tasklist">
<property name="grouping" type="uint" value="1"/>

@ -62,7 +62,7 @@
</property>
<property name="plugins" type="empty">
<property name="plugin-1" type="string" value="applicationsmenu">
<property name="button-icon" type="string" value="/usr/share/pixmaps/archlinux-logo.svg"/>
<property name="button-icon" type="string" value="/usr/saturnarch/logo.png"/>
</property>
<property name="plugin-2" type="string" value="tasklist">
<property name="grouping" type="uint" value="1"/>

Binary file not shown.

After

(image error) Size: 2.6 KiB

@ -11,7 +11,9 @@ cp airootfs/etc/pacman.conf airootfs/to_install/etc
cp airootfs/etc/os-release airootfs/to_install/etc
cp airootfs/etc/bash.bashrc airootfs/to_install/etc
cp -r airootfs/etc/pacman.d airootfs/to_install/etc
cp -r airootfs/usr/backgrounds airootfs/to_install/usr
cp -r airootfs/usr/saturnarch airootfs/to_install/usr
cp -r airootfs/usr/local/bin airootfs/to_install/usr/local