Difference between revisions of "SLiM Configuration"
Views
Actions
Namespaces
Variants
Tools
no edit summary
imported>Verityproductions |
imported>Verityproductions |
||
Line 238: | Line 238: | ||
sudo pacman -S slim-themes archlinux-themes-slim | sudo pacman -S slim-themes archlinux-themes-slim | ||
<br clear="all" /> | <br clear="all" /> | ||
== Preview Installed Themes == | == Preview Installed Themes == | ||
Line 270: | Line 271: | ||
== Set Installed Themes == | == Set Installed Themes == | ||
You will need to first open your terminal in order to edit the '''SLiM configuration file'''. The syntax of the command to do this is: | You will need to first open your terminal in order to edit the '''SLiM configuration file'''. The syntax of the command to do this is: | ||
Line 298: | Line 290: | ||
{{warning|Make sure that you list the name of the desired theme correctly.}} | {{warning|Make sure that you list the name of the desired theme correctly.}} | ||
Enabling the automatic login is undertaken in the following section, located near the bottom of the SLiM configuration file: | Enabling the automatic login is undertaken in the following section, located near the bottom of the SLiM configuration file: | ||
# current theme, use comma separated list to specify a set to | # current theme, use comma separated list to specify a set to | ||
# randomly choose from | # randomly choose from | ||
<font color="green">'''current_theme default'''</font color> | <font color="green">'''current_theme default'''</font color> | ||
To change the theme, simply replace the name of the current theme listed after the '''current_theme''' command (e.g. default) with the name of the desired theme to set. As an example, SliM has been configured to use the ''mindlock'' theme: | To change the theme, simply replace the name of the current theme listed after the '''current_theme''' command (e.g. default) with the name of the desired theme to set. As an example, SliM has been configured to use the ''mindlock'' theme: | ||
# current theme, use comma separated list to specify a set to | # current theme, use comma separated list to specify a set to | ||
# randomly choose from | # randomly choose from | ||
<font color="green">'''current_theme mindlock'''</font color> | <font color="green">'''current_theme mindlock'''</font color> | ||