# lingmo-sddm-theme **Repository Path**: LingmoOS/lingmo-sddm-theme ## Basic Information - **Project Name**: lingmo-sddm-theme - **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**: 2024-08-11 - **Last Updated**: 2025-02-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SDDM Theme for LingmoOS ![screenshot](screenshot.png) ## Compile dependencies For Debian: ```shell apt install build-essential cmake extra-cmake-modules qtbase5-dev qtdeclarative5-dev qtquickcontrols2-5-dev qttools5-dev qttools5-dev-tools ``` Build: ```shell mkdir build cd build cmake .. make ```