From ea053b54e5bb2b195343a4ee2e57b5087d17d298 Mon Sep 17 00:00:00 2001 From: Sense T Date: Tue, 4 Jul 2023 09:50:54 +0800 Subject: [PATCH] fix-it --- 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 3372721..fc5525c 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": "/home/user/.config/nwg-bar/images/system-reboot.svg" + "icon": "system-reboot" }, { "label": "关机", "exec": "systemctl -i poweroff", - "icon": "/home/user/.config/nwg-bar/images/system-shutdown.svg" + "icon": "system-shutdown" } ] \ No newline at end of file