mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-07-31 05:00:42 +02:00
fix: move wayland related default application config to /et/xdg
This commit is contained in:
@ -90,7 +90,7 @@ layout {
|
||||
style = "launcher"
|
||||
value = "/usr/share/icons/Adwaita/scalable/actions/system-run-symbolic.svg"
|
||||
tooltip = "Quick run"
|
||||
action = Exec "bash -c \"`tofi-drun`\""
|
||||
action = Exec "bash -c \"`drun`\""
|
||||
}
|
||||
button {
|
||||
value = "/usr/share/icons/Adwaita/scalable/devices/tv-symbolic.svg"
|
||||
|
@ -19,8 +19,9 @@ inherit meson pkgconfig
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
||||
do_install:append () {
|
||||
install -d ${D}/${sysconfdir}/sfwbar/
|
||||
install -m 0755 ${WORKDIR}/sfwbar.config ${D}/${sysconfdir}/sfwbar/
|
||||
install -d ${D}/${sysconfdir}/xdg/
|
||||
install -d ${D}/${sysconfdir}/xdg/sfwbar/
|
||||
install -m 0755 ${WORKDIR}/sfwbar.config ${D}/${sysconfdir}/xdg/sfwbar/
|
||||
}
|
||||
|
||||
FILES:${PN} += "/usr/share/icons/*"
|
||||
FILES:${PN} += "/usr/share/icons/*"
|
||||
|
Reference in New Issue
Block a user