From b891424b3526f99e963e57d10f517d7a11a760e1 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Wed, 18 Dec 2024 00:12:50 +0000 Subject: Fix lavalauncher icons --- dot-config/lavalauncher/lavalauncher.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dot-config/lavalauncher/lavalauncher.conf b/dot-config/lavalauncher/lavalauncher.conf index 49daf3f..e6b5bc8 100644 --- a/dot-config/lavalauncher/lavalauncher.conf +++ b/dot-config/lavalauncher/lavalauncher.conf @@ -43,13 +43,12 @@ bar { button { command = net.lutris.Lutris; - image-path = /usr/share/icons/Adwaita/symbolic/categories/applications-games-symbolic.svg; image-path = /home/blake/.var/app/net.lutris.Lutris/data/lutris/runtime/icons/hicolor/scalable/apps/lutris.svg; } button { command = wlogout -b 4; - image-path = /usr/share/icons/Adwaita/symbolic/actions/application-exit-symbolic.svg; + image-path = /usr/share/wlogout/icons/shutdown.png; } # button -- cgit