# gnome-usage **Repository Path**: mirrors_chromium_gitlab_gnome/gnome-usage ## Basic Information - **Project Name**: gnome-usage - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-09 - **Last Updated**: 2025-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Usage A nice way to view information about use of system resources, like memory and disk space. ## TODO - [x] Processor Usage - [x] Memory usage - [x] Network usage - [x] Search in processes - [ ] UI for file operations errors (as duplicate file, not enough space, permission...) - [ ] UI for show progress about file operations - [ ] Notification for file operations with undo action - [ ] Storage support for more users (multiuser system) - [ ] Application in storage - [ ] Power view (Design?) - [ ] Disk usage (What library we can use?) - [ ] Data view - 0% ## Run In terminal run ```gnome-usage``` command or run Usage from app launcher. ## Dependencies - libgtop >= 2.34.2 ## Compilation: ``` cd gnome-usage meson build && cd build ninja-build #or ninja sudo ninja-build install #or sudo ninja install ``` ## License Code is under GNU GPLv3 license. ## Screenshots Screenshots are placed in the screenshots subdirectory (however screenshots may be outdated). ![Screenshot](screenshots/screenshot-performance-view.png?raw=true ) ![Screenshot](screenshots/screenshot-performance-memory-view.png?raw=true ) ![Screenshot](screenshots/screenshot-storage-view.png?raw=true ) ## Design