Giter Site home page Giter Site logo

surajmandalcell / elegant-sddm Goto Github PK

View Code? Open in Web Editor NEW
40.0 2.0 9.0 4.12 MB

Elevate your KDE Plasma experience with a sleek and stylish SDDM theme crafted in QML.

License: GNU General Public License v3.0

QML 99.38% Shell 0.62%
sddm theme login-screen

elegant-sddm's Introduction

Deepin Theme for SDDM

SDDM, a Linux Login Manager, supports theming through QML, allowing for custom designs by developer. This theme uses the design of linuxdeepin/dde-session-ui

screenshot

Install

  1. git clone https://github.com/surajmandalcell/Elegant-sddm.git

  2. cd Elegant-sddm

  3. ./install.sh

Note

You should run the command below before install to test if all dependents was installed

  • sddm-greeter --test-mode --theme Elegant/

License

DDE session ui is licensed under GPL-3.0-or-later.

elegant-sddm's People

Contributors

gaetanlepage avatar match-yang avatar surajmandalcell avatar tejani-harsh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

elegant-sddm's Issues

License

Hey !
Thank you for this cool theme.
Could you please consider adding a license to your repo ?
It would help me packaging it on NixOS.

Add a blur option to the main background

First off thanks for this theme :)

I'd appreciate the option of applying the blur to my main background at all times. And maybe the blur radius?

I don't know anything about QML but I guess a simple ternary check here is sufficient?
https://github.com/surajmandalcell/Elegant-sddm/blob/master/Elegant/Main.qml#L52

State {
    name: "stateLogin"
    PropertyChanges { target: loginFrame; opacity: 1}
    PropertyChanges { target: powerFrame; opacity: 0}
    PropertyChanges { target: sessionFrame; opacity: 0}
    PropertyChanges { target: userFrame; opacity: 0}
    PropertyChanges { target: bgBlur; radius: 0} // config.blur_login ? config.blur_radius : 0
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.