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:
parent
9cd5b25745
commit
1c530cbc66
3 changed files with 96 additions and 89 deletions
|
|
@ -4,7 +4,6 @@
|
|||
#include "core/DataState.hpp"
|
||||
#include "helpers/Sys.hpp"
|
||||
|
||||
#include <cstdio>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <print>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue