mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-10 23:19:01 +00:00
Desktop rework. Shortcuts to armbian-config, support and donate were moved to menu, default icon theme - installing with workaround - was changed to lighter one (Numix), fixed login greeter theme, changed default wallpaper
This commit is contained in:
parent
cac4155f81
commit
8b4d703f41
14 changed files with 51 additions and 48 deletions
Binary file not shown.
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 12 KiB |
Binary file not shown.
|
@ -1,16 +0,0 @@
|
|||
[Donate]
|
||||
row=3
|
||||
col=0
|
||||
|
||||
[Support]
|
||||
row=2
|
||||
col=0
|
||||
|
||||
[File System]
|
||||
row=1
|
||||
col=0
|
||||
|
||||
[Home]
|
||||
row=0
|
||||
col=0
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
[File System]
|
||||
row=1
|
||||
col=0
|
||||
|
||||
[Home]
|
||||
row=0
|
||||
col=0
|
||||
|
|
@ -9,20 +9,25 @@
|
|||
<property name="workspace0" type="empty">
|
||||
<property name="color-style" type="int" value="0"/>
|
||||
<property name="image-style" type="int" value="5"/>
|
||||
<property name="image-path" type="string" value="/usr/share/backgrounds/xfce/armbian06-1430-very-dark-3840x2160.jpg"/>
|
||||
<property name="last-image" type="string" value="/usr/share/backgrounds/xfce/armbian06-1430-very-dark-3840x2160.jpg"/>
|
||||
<property name="image-path" type="string" value="/usr/share/backgrounds/xfce/armbian03-Dre0x-Minum-dark-3840x2160.jpg"/>
|
||||
<property name="last-image" type="string" value="/usr/share/backgrounds/xfce/armbian03-Dre0x-Minum-dark-3840x2160.jpg"/>
|
||||
</property>
|
||||
<property name="workspace1" type="empty">
|
||||
<property name="color-style" type="int" value="0"/>
|
||||
<property name="image-style" type="int" value="5"/>
|
||||
<property name="image-path" type="string" value="/usr/share/backgrounds/xfce/armbian03-Dre0x-Minum-dark-3840x2160.jpg"/>
|
||||
<property name="last-image" type="string" value="/usr/share/backgrounds/xfce/armbian03-Dre0x-Minum-dark-3840x2160.jpg"/>
|
||||
<property name="image-path" type="string" value="/usr/share/backgrounds/xfce/armbian06-1430-very-dark-3840x2160.jpg"/>
|
||||
<property name="last-image" type="string" value="/usr/share/backgrounds/xfce/armbian06-1430-very-dark-3840x2160.jpg"/>
|
||||
</property>
|
||||
</property>
|
||||
</property>
|
||||
<property name="single-workspace-mode" type="bool" value="false"/>
|
||||
</property>
|
||||
<property name="desktop-icons" type="empty">
|
||||
<property name="desktop-icons" type="empty">
|
||||
<property name="icon-size" type="uint" value="32"/>
|
||||
<property name="file-icons" type="empty">
|
||||
<property name="show-home" type="bool" value="false"/>
|
||||
<property name="show-filesystem" type="bool" value="false"/>
|
||||
<property name="show-trash" type="bool" value="false"/>
|
||||
</property>
|
||||
</property>
|
||||
</channel>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<channel name="xsettings" version="1.0">
|
||||
<property name="Net" type="empty">
|
||||
<property name="ThemeName" type="string" value="Numix"/>
|
||||
<property name="IconThemeName" type="string" value="Vibrancy-Colors-Full-Dark"/>
|
||||
<property name="IconThemeName" type="string" value="Numix"/>
|
||||
<property name="DoubleClickTime" type="empty"/>
|
||||
<property name="DoubleClickDistance" type="empty"/>
|
||||
<property name="DndDragThreshold" type="empty"/>
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=Config
|
||||
Name=Armbian config
|
||||
Comment=Basic system settings
|
||||
Exec=gksu "xfce4-terminal --hide-menubar --fullscreen -e armbian-config"
|
||||
Icon=system-settings
|
||||
Icon=preferences-system
|
||||
Path=
|
||||
Terminal=false
|
||||
StartupNotify=false
|
||||
StartupNotify=false
|
||||
Categories=GTK;GNOME;Settings;HardwareSettings;
|
|
@ -2,7 +2,8 @@
|
|||
Version=1.0
|
||||
Type=Link
|
||||
Name=Donate
|
||||
Comment=
|
||||
Icon=/usr/share/icons/Vibrancy-Colors/apps/64/web-paypal.png
|
||||
Comment=Support making
|
||||
Icon=application-community
|
||||
URL=https://www.armbian.com/donate
|
||||
GenericName=Support development
|
||||
Categories=GTK;GNOME;X-Xfce-Toplevel;
|
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Link
|
||||
Name=Help
|
||||
Comment=Community forums
|
||||
URL=http://forum.armbian.com
|
||||
Icon=help-about
|
||||
StartupNotify=false
|
||||
Terminal=false
|
||||
Categories=GTK;GNOME;X-Xfce-Toplevel;
|
|
@ -1,7 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Link
|
||||
Name=Support
|
||||
Comment=
|
||||
Icon=system-help
|
||||
URL=http://forum.armbian.com
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue