Dark color scheme for Lightly Qt theme with blur effects, dark background, rounded corners and more.To display this color scheme correctly, you must have Lightly Qt Style installed:1. Install depends:Arch: sudo pacman -S cmake extra-cmake-modules kdecoration qt5-declarative qt5-x11extrasDebian/Ubuntu: sudo apt install build-essential libkf5config-dev libkdecorations2-dev libqt5x11extras5-dev qtdeclarative5-dev extra-cmake-modules libkf5guiaddons-dev libkf5configwidgets-dev libkf5windowsystem-dev libkf5coreaddons-dev libkf5iconthemes-dev gettext qt3d5-devFedora: sudo dnf install cmake extra-cmake-modules "cmake(Qt5Core)" "cmake(Qt5Gui)" "cmake(Qt5DBus)" "cmake(Qt5X11Extras)" "cmake(KF5GuiAddons)" "cmake(KF5WindowSystem)" "cmake(KF5I18n)" "cmake(KDecoration2)" "cmake(KF5CoreAddons)" "cmake(KF5ConfigWidgets)" "cmake(Qt5UiTools)" "cmake(KF5GlobalAccel)" "cmake(KF5IconThemes)" kwin-devel libepoxy-devel "cmake(KF5Init)" "cmake(KF5Crash)" "cmake(KF5KIO)" "cmake(KF5Notifications)" kf5-kpackage-devel2. Clone Luwx/Lightly repository:git clone https://github.com/Luwx/Lightly3. Build:cd Lightly && mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF .. && make && sudo make install
Ratings & Comments
2 Comments
10 10 the best
10 Like it, was looking for a way to use lightly but in dark mode, thanks!