mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
session: detect more package managers
This commit is contained in:
parent
f4f5540d08
commit
15703bce04
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue