Changed displayed device text

pull/48/head
Ivan Yartsev 2 years ago
parent 1a7e2e6baa
commit 5f0bddd4cd

@ -38,7 +38,7 @@
#define remove_command "ubconfig remove security " #define remove_command "ubconfig remove security "
#define remove_global_command "ubconfig --target global --noexecute remove security " #define remove_global_command "ubconfig --target global --noexecute remove security "
#define remove_local_command "ubconfig --target system remove security " #define remove_local_command "ubconfig --target system remove security "
#define get_devices_command "lsblk --fs --raw --output PATH,FSTYPE --exclude 7,11,253 |grep -E \"/dev/[a-zA-Z]{1,}[0-9]{1,} ext\"" #define get_devices_command "findmnt -lo source,target,fstype,label,size -t ext4 |grep -vE \"zram|\\]|\\[|SOURCE\""
#define get_processes_tree_command "systemd-cgls --no-page" #define get_processes_tree_command "systemd-cgls --no-page"
#define get_dispatcher_command "systemd-cgtop" #define get_dispatcher_command "systemd-cgtop"
#define get_information_command "systemctl status " #define get_information_command "systemctl status "

Loading…
Cancel
Save