mirror of
https://github.com/getcompanion-ai/computer-guest.git
synced 2026-04-17 12:04:09 +00:00
feat: replace openbox with XFCE4 + Plank desktop stack
This commit is contained in:
parent
f028880bc6
commit
221cbf0588
17 changed files with 224 additions and 27 deletions
24
desktop/xfce/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
Normal file
24
desktop/xfce/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-desktop" version="1.0">
|
||||
<property name="desktop-icons" type="empty">
|
||||
<property name="style" type="int" value="0"/>
|
||||
</property>
|
||||
<property name="backdrop" type="empty">
|
||||
<property name="screen0" type="empty">
|
||||
<property name="monitor0" type="empty">
|
||||
<property name="image-path" type="string" value="/opt/desktop/assets/wallpaper.png"/>
|
||||
<property name="image-style" type="int" value="5"/>
|
||||
<property name="image-show" type="bool" value="true"/>
|
||||
</property>
|
||||
<property name="monitor1" type="empty">
|
||||
<property name="image-path" type="string" value="/opt/desktop/assets/wallpaper.png"/>
|
||||
<property name="image-style" type="int" value="5"/>
|
||||
<property name="image-show" type="bool" value="true"/>
|
||||
</property>
|
||||
</property>
|
||||
</property>
|
||||
<property name="desktop-menu" type="empty">
|
||||
<property name="show" type="bool" value="true"/>
|
||||
</property>
|
||||
</channel>
|
||||
Loading…
Add table
Add a link
Reference in a new issue