wok-next rev 16119
slim: fix slim-theme and better base theme
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 23 14:57:40 2014 +0100 (2014-03-23) |
parents | f1ca3c4c22dd |
children | 7c60f0439906 |
files | slim/stuff/slim-theme slim/stuff/themes/base/background.png slim/stuff/themes/base/panel.png slim/stuff/themes/base/slim.theme |
line diff
1.1 --- a/slim/stuff/slim-theme Sun Mar 23 14:56:39 2014 +0100 1.2 +++ b/slim/stuff/slim-theme Sun Mar 23 14:57:40 2014 +0100 1.3 @@ -1,4 +1,4 @@ 1.4 -#/bin/sh 1.5 +#!/bin/sh 1.6 # slim-theme: manage SLiM themes 1.7 # Aleksej Bobylev <al.bobylev@gmail.com>, 2013 1.8
2.1 Binary file slim/stuff/themes/base/background.png has changed
3.1 Binary file slim/stuff/themes/base/panel.png has changed
4.1 --- a/slim/stuff/themes/base/slim.theme Sun Mar 23 14:56:39 2014 +0100 4.2 +++ b/slim/stuff/themes/base/slim.theme Sun Mar 23 14:57:40 2014 +0100 4.3 @@ -11,27 +11,27 @@ 4.4 msg_shadow_yoffset 1 4.5 4.6 # valid values: stretch, tile 4.7 -background_style tile 4.8 -background_color #1e0a0c 4.9 +#background_style tile 4.10 +background_color #111111 4.11 4.12 # Input controls 4.13 input_panel_x 50% 4.14 input_panel_y 50% 4.15 -input_name_x 64 4.16 -input_name_y 179 4.17 +input_name_x 60 4.18 +input_name_y 161 4.19 input_font Vera:size=11:dpi=75 4.20 input_fgcolor #000000 4.21 4.22 # Username / password request 4.23 username_font Vera:size=18:bold:dpi=75 4.24 -username_color #eeede9 4.25 +username_color #cfcfcf 4.26 username_x 50% 4.27 -username_y 140 4.28 +username_y 130 4.29 password_x 50% 4.30 -password_y 140 4.31 -username_shadow_color #000000 4.32 -username_shadow_xoffset 1 4.33 -username_shadow_yoffset 1 4.34 +password_y 130 4.35 +#username_shadow_color #000000 4.36 +#username_shadow_xoffset 1 4.37 +#username_shadow_yoffset 1 4.38 4.39 -username_msg Username: 4.40 +username_msg Username: 4.41 password_msg Password: