diff --git a/scripts/wk/os/linux.py b/scripts/wk/os/linux.py index 03023af7..0a11405f 100644 --- a/scripts/wk/os/linux.py +++ b/scripts/wk/os/linux.py @@ -26,7 +26,7 @@ def build_volume_report(device_path=None) -> list: """ def _get_volumes(dev, indent=0) -> list: """Convert lsblk JSON tree to a flat list of items, returns list.""" - dev['name'] = f'{" "*indent}{dev["name"].replace("/dev/mapper/", "")}' + dev['name'] = f'{" "*indent}{dev["name"]}' volumes = [dev] for child in dev.get('children', []): volumes.extend(_get_volumes(child, indent=indent+1)) diff --git a/setup/linux/packages/gui b/setup/linux/packages/gui index f4346278..a831842c 100644 --- a/setup/linux/packages/gui +++ b/setup/linux/packages/gui @@ -3,6 +3,7 @@ arc-gtk-theme cbatticon compton conky +ddrescueview-bin dunst evince feh