mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 17:41:52 +02:00
Removed full path to skin files on the links
This did prevent theming the poweroff/reboot/suspend buttons.
This commit is contained in:
parent
d1328d791c
commit
d227a8a6f1
@ -1,4 +1,4 @@
|
|||||||
title=power off
|
title=power off
|
||||||
description=Shut down the system
|
description=Shut down the system
|
||||||
icon=/usr/share/gmenu2x/skins/Default/icons/poweroff.png
|
icon=skin:icons/poweroff.png
|
||||||
exec=/sbin/poweroff
|
exec=/sbin/poweroff
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
title=reboot
|
title=reboot
|
||||||
description=Reboot the dingoo
|
description=Reboot the dingoo
|
||||||
icon=/usr/share/gmenu2x/skins/Default/icons/reboot.png
|
icon=skin:icons/reboot.png
|
||||||
exec=/sbin/reboot
|
exec=/sbin/reboot
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
title=suspend
|
title=suspend
|
||||||
description=Suspend the dingoo
|
description=Suspend the dingoo
|
||||||
icon=/usr/share/gmenu2x/skins/Default/icons/suspend.png
|
icon=skin:icons/suspend.png
|
||||||
exec=/usr/sbin/suspend
|
exec=/usr/sbin/suspend
|
||||||
dontleave=true
|
dontleave=true
|
||||||
|
Loading…
Reference in New Issue
Block a user