mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 12:36:17 +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
|
||||
description=Shut down the system
|
||||
icon=/usr/share/gmenu2x/skins/Default/icons/poweroff.png
|
||||
icon=skin:icons/poweroff.png
|
||||
exec=/sbin/poweroff
|
||||
|
@ -1,4 +1,4 @@
|
||||
title=reboot
|
||||
description=Reboot the dingoo
|
||||
icon=/usr/share/gmenu2x/skins/Default/icons/reboot.png
|
||||
icon=skin:icons/reboot.png
|
||||
exec=/sbin/reboot
|
||||
|
@ -1,5 +1,5 @@
|
||||
title=suspend
|
||||
description=Suspend the dingoo
|
||||
icon=/usr/share/gmenu2x/skins/Default/icons/suspend.png
|
||||
icon=skin:icons/suspend.png
|
||||
exec=/usr/sbin/suspend
|
||||
dontleave=true
|
||||
|
Loading…
Reference in New Issue
Block a user