# long-statusbar **Repository Path**: longos-system/long-statusbar ## Basic Information - **Project Name**: long-statusbar - **Description**: 顶部的状态栏显示系统的当前状态,如时间、系统托盘等。 - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-23 - **Last Updated**: 2023-07-23 ## 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.