hyprpm: Minor optimizations and refactor of helpers and progress bar (#10246)

* hyprpm: optimize sys.cpp

* hyprpm: refine progress bar logic

* chore: fix fetchSuperuserBins

* chore: modify one line if/else statements

* chore: fix if/else statements

* chore: follow naming convention for const vars

* chore: revert shell escape logic
This commit is contained in:
s1dd 2025-05-05 07:52:22 +05:30 committed by GitHub
parent 9cd5b25745
commit 1c530cbc66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 96 additions and 89 deletions

View file

@ -4,7 +4,6 @@
#include "core/DataState.hpp"
#include "helpers/Sys.hpp"
#include <cstdio>
#include <vector>
#include <string>
#include <print>