From a7d6d2b248c7750ad3808a918691de3f910fec75 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 8 Nov 2025 21:30:01 +0300 Subject: [PATCH] lxqt --- desktop/lxqt/lxqt-themes/actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/lxqt/lxqt-themes/actions.py b/desktop/lxqt/lxqt-themes/actions.py index 754d14693a..fe98a43382 100644 --- a/desktop/lxqt/lxqt-themes/actions.py +++ b/desktop/lxqt/lxqt-themes/actions.py @@ -22,12 +22,12 @@ def install(): cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) #fixed menu icon for Pisi - light_themes=("Clearlooks","KDE-Plasma", "light", "system") + light_themes=("KDE-Plasma", "light", "system") for i in light_themes: pisitools.remove("/usr/share/lxqt/themes/%s/mainmenu.svg" % i) pisitools.dosym("/usr/share/icons/hicolor/scalable/places/start-here-light.svg", "/usr/share/lxqt/themes/%s/mainmenu.svg" % i) - dark_themes=("ambiance", "Arch-Colors", "dark", "frost", "Leech", "silver", "Valendas") + dark_themes=("ambiance", "Arch-Colors", "dark", "frost", "silver", "Valendas") for i in dark_themes: pisitools.remove("/usr/share/lxqt/themes/%s/mainmenu.svg" % i) pisitools.dosym("/usr/share/icons/hicolor/scalable/places/start-here-dark.svg", "/usr/share/lxqt/themes/%s/mainmenu.svg" % i)