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

View File

@ -62,7 +62,7 @@
</property> </property>
<property name="plugins" type="empty"> <property name="plugins" type="empty">
<property name="plugin-1" type="string" value="applicationsmenu"> <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>
<property name="plugin-2" type="string" value="tasklist"> <property name="plugin-2" type="string" value="tasklist">
<property name="grouping" type="uint" value="1"/> <property name="grouping" type="uint" value="1"/>

View File

@ -62,7 +62,7 @@
</property> </property>
<property name="plugins" type="empty"> <property name="plugins" type="empty">
<property name="plugin-1" type="string" value="applicationsmenu"> <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>
<property name="plugin-2" type="string" value="tasklist"> <property name="plugin-2" type="string" value="tasklist">
<property name="grouping" type="uint" value="1"/> <property name="grouping" type="uint" value="1"/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -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/os-release airootfs/to_install/etc
cp airootfs/etc/bash.bashrc 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/etc/pacman.d airootfs/to_install/etc
cp -r airootfs/usr/backgrounds airootfs/to_install/usr 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 cp -r airootfs/usr/local/bin airootfs/to_install/usr/local