20 lines
460 B
Markdown
20 lines
460 B
Markdown
# hanez.slim.theme
|
|
|
|
My theme for the SLiM Login Manager (https://sourceforge.net/projects/slim-fork/)
|
|
|
|
Author: Johannes Findeisen <you@hanez.org> - 2020
|
|
|
|
Copyright: Creative Commons Legal Code - Attribution-ShareAlike 3.0 (See LICENSE)
|
|
|
|
# Installation
|
|
|
|
```
|
|
git clone https://git.xw3.org/hanez/hanez.slim.theme.git
|
|
sudo cp -r hanez.slim.theme /usr/share/slim/themes/hanez
|
|
```
|
|
|
|
Then you can set the following in /etc/slim.conf
|
|
```
|
|
current_theme hanez
|
|
```
|
|
|