sddm-slice/README.md

1.6 KiB

Slice (SDDM Theme)

Simple dark SDDM theme.

Theme preview (YouTube)

Installing

  1. Install QML modules:
  • Qt Graphical Effects
  • Qt Quick Controls
  1. Install Roboto font (optional, you can change to other font, see below)
  2. git clone https://github.com/RadRussianRus/sddm-slice.git
  3. cp -r sddm-slice/slice /usr/share/sddm/themes/slice
  4. Open /etc/sddm.conf and put Current=slice in [Theme] section

Configuration

Create file theme.conf.user in theme folder. See slice/theme.conf for reference.

Available options

  • font - overall font. Defaults to Roboto.
  • color_bg - main background color. Defaults to #222222.
  • color_button_bg_idle - button background color (in idle state). Defaults to #888888.
  • color_button_bg_hover - button background color (in hover state). Defaults to #aaaaaa.
  • color_button_bg_selected - selected button background color (in idle state). Defaults to #dddddd.
  • color_button_bg_selected_hover - selected button background color (in hover state). Defaults to #cccccc.
  • color_button_text - button text color (in any state). Defaults to #1f1f1f.
  • color_text - main text and foreground elements color (such as progress bar and power icons). Defaults to #dddddd.
  • color_placeholder_text - placeholder text color (in password field). Defaults to #888888.

License

Icons: Material Design Icons

CC-BY-SA