desktop-shell: Add sample ini file
This commit is contained in:
parent
ac3a59a0d1
commit
b38666e6d7
|
@ -0,0 +1,19 @@
|
||||||
|
[wayland-desktop-shell]
|
||||||
|
background-image=/usr/share/backgrounds/gnome/Aqua.jpg
|
||||||
|
panel-color=0x90ff0000
|
||||||
|
|
||||||
|
[launcher]
|
||||||
|
icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png
|
||||||
|
path=/usr/bin/gnome-terminal
|
||||||
|
|
||||||
|
[launcher]
|
||||||
|
icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png
|
||||||
|
path=./clients/terminal
|
||||||
|
|
||||||
|
[launcher]
|
||||||
|
icon=/usr/share/icons/hicolor/24x24/apps/google-chrome.png
|
||||||
|
path=/usr/bin/google-chrome
|
||||||
|
|
||||||
|
[launcher]
|
||||||
|
icon=/usr/share/icons/gnome/24x24/apps/arts.png
|
||||||
|
path=./clients/flower
|
Loading…
Reference in New Issue