wok annotate slim-theme-pilar/stuff/slim.theme @ rev 17476
isolinux/iso2exe: fix mkfloppy
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 29 18:24:44 2014 +0100 (2014-12-29) |
parents | |
children |
rev | line source |
---|---|
al@14723 | 1 # Slitaz "Pilar" SLiM theme for SliTaz GNU Linux |
al@14723 | 2 # Version: 1.0-20130609 |
al@14723 | 3 |
al@14723 | 4 # Display Messages |
al@14723 | 5 msg_color #555555 |
al@14723 | 6 msg_font DejaVu Sans:size=10:bold |
al@14723 | 7 msg_shadow_xoffset 1 |
al@14723 | 8 msg_shadow_yoffset 1 |
al@14723 | 9 msg_shadow_color #AAAAAA |
al@14723 | 10 |
al@14723 | 11 # Screen background style. Valid values: stretch, tile |
al@14723 | 12 background_style stretch |
al@14723 | 13 |
al@14723 | 14 # Input controls |
al@14723 | 15 input_panel_x 50% |
al@14723 | 16 input_panel_y 50% |
al@14723 | 17 input_name_x 192 |
al@14723 | 18 input_name_y 92 |
al@14723 | 19 input_pass_x 192 |
al@14723 | 20 input_pass_y 139 |
al@14723 | 21 |
al@14723 | 22 input_font DejaVu Sans:size=10 |
al@14723 | 23 input_color #D37C00 |
al@14723 | 24 |
al@14723 | 25 # Display Welcome message |
al@14723 | 26 welcome_msg Welcome to %host |
al@14723 | 27 welcome_font DejaVu Sans:size=10:bold:outline |
al@14723 | 28 welcome_color #D37C00 |
al@14723 | 29 welcome_x 34 |
al@14723 | 30 welcome_y 60 |
al@14723 | 31 |
al@14723 | 32 # Display Username message |
al@14723 | 33 username_msg Username |
al@14723 | 34 username_font DejaVu Sans:size=10:bold |
al@14723 | 35 username_color #404040 |
al@14723 | 36 username_x 34 |
al@14723 | 37 username_y 94 |
al@14723 | 38 |
al@14723 | 39 # Display Password message |
al@14723 | 40 password_msg Password |
al@14723 | 41 password_x 34 |
al@14723 | 42 password_y 141 |