• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H17-Feb-2019-5135

src/H03-May-2022-386321

COPYINGH A D17-Feb-201919.7 KiB429330

README.mdH A D17-Feb-2019928 3426

README.md

1### About
2
3Simple SDDM theme inspired on the FBSD SLiM theme.
4
5### Preview!
6![SDDM FreeBSD Black Theme](https://bytebucket.org/rigoletto-freebsd/sddm-freebsd-black-theme/raw/20683df1049fff54a3656a51d5be745502ecdf5f/src/screenshot.png)
7
8### Installation
9```shell
10git clone https://bitbucket.org/rigoletto-freebsd/sddm-freebsd-black-theme.git
11cp -R sddm-freebsd-black-theme/src /usr/local/share/sddm/themes/sddm-freebsd-black-theme
12```
13
14- Open up `/usr/local/etc/sddm.conf` file and set
15  `sddm-freebsd-black-theme` as your current theme.
16
17```shell
18[Theme]
19# Current theme name
20Current=sddm-freebsd-black-theme
21```
22
23### Configuration
24- The theme uses the Montserrat font by default, but you can change it
25  editing the
26  `/usr/local/share/sddm/themes/sddm-freebsd-black-theme/theme.conf` file
27  and setting the desired font in the `displayFont` variable.
28
29```shell
30[General]
31background=background.png
32displayFont="Montserrat"
33```
34