nwg-bar absolute path
This commit is contained in:
parent
f86cdcf659
commit
2e10df191a
@ -2,11 +2,11 @@
|
|||||||
{
|
{
|
||||||
"label": "重启",
|
"label": "重启",
|
||||||
"exec": "systemctl reboot",
|
"exec": "systemctl reboot",
|
||||||
"icon": "~/.config/nwg-bar/images/system-reboot.svg"
|
"icon": "/home/user/.config/nwg-bar/images/system-reboot.svg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "关机",
|
"label": "关机",
|
||||||
"exec": "systemctl -i poweroff",
|
"exec": "systemctl -i poweroff",
|
||||||
"icon": "~/.config/nwg-bar/images/system-shutdown.svg"
|
"icon": "/home/user/.config/nwg-bar/images/system-shutdown.svg"
|
||||||
}
|
}
|
||||||
]
|
]
|
Reference in New Issue
Block a user