diff --git a/.config/quickshell/ii/modules/session/Session.qml b/.config/quickshell/ii/modules/session/Session.qml index af48e0d6..8dfa4aa9 100644 --- a/.config/quickshell/ii/modules/session/Session.qml +++ b/.config/quickshell/ii/modules/session/Session.qml @@ -30,7 +30,8 @@ Scope { Process { id: detectPackageManagerProc - command: ["pidof", "pacman", "yay", "paru", "dnf", "zypper", "apt", "apx"] + command: ["pidof", "pacman", "yay", "paru", "dnf", "zypper", "apt", "apx", "xbps", "flatpak", "snap", "apk", + "yum", "epsi", "pikman"] onExited: (exitCode, exitStatus) => { root.packageManagerRunning = (exitCode === 0); }