From 2e10df191a49626f7b4e5b210991ff357ddcdd2a Mon Sep 17 00:00:00 2001 From: Sense T Date: Tue, 4 Jul 2023 09:47:08 +0800 Subject: [PATCH] nwg-bar absolute path --- home/user/files/nwg-bar/bar.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/user/files/nwg-bar/bar.json b/home/user/files/nwg-bar/bar.json index 92633ba..3372721 100644 --- a/home/user/files/nwg-bar/bar.json +++ b/home/user/files/nwg-bar/bar.json @@ -2,11 +2,11 @@ { "label": "重启", "exec": "systemctl reboot", - "icon": "~/.config/nwg-bar/images/system-reboot.svg" + "icon": "/home/user/.config/nwg-bar/images/system-reboot.svg" }, { "label": "关机", "exec": "systemctl -i poweroff", - "icon": "~/.config/nwg-bar/images/system-shutdown.svg" + "icon": "/home/user/.config/nwg-bar/images/system-shutdown.svg" } ] \ No newline at end of file