# lingmo-statusbar **Repository Path**: LingmoOS/lingmo-statusbar ## Basic Information - **Project Name**: lingmo-statusbar - **Description**: The status bar at the top displays the current status of the system, such as time, system tray, etc. - **Primary Language**: QML - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-01-19 - **Last Updated**: 2025-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # StatusBar The status bar at the top displays the current status of the system, such as time, system tray, etc. ## Dependencies ```bash sudo apt install libkf5windowsystem-dev -y ``` ## Build ```bash cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .. make sudo make install ``` ## License StatusBar is licensed under GPLv3.