diff --git a/slim/1.x/COPYRIGHT b/slim/1.x/COPYRIGHT new file mode 100644 index 0000000..a5fa0cf --- /dev/null +++ b/slim/1.x/COPYRIGHT @@ -0,0 +1,19 @@ +background.png + + public domain 2019 Diego N. Barbato + +panel.png +panel.svg + + copyright © 2019 Diego N. Barbato + derived from the logo/Guix-horizontal-white.svg logotype, which is + copyright © 2015 Luis Felipe López Acevedo + + Permission is granted to copy, distribute and/or modify this work under + the terms of the Creative Commons Attribution-ShareAlike 4.0 International + License. + +slim.theme + + This file is a set of variables, no copyright applies. Open the file to see + its authors. diff --git a/slim/1.x/background.png b/slim/1.x/background.png new file mode 100644 index 0000000..7d33870 Binary files /dev/null and b/slim/1.x/background.png differ diff --git a/slim/1.x/panel.png b/slim/1.x/panel.png new file mode 100644 index 0000000..af1d6ae Binary files /dev/null and b/slim/1.x/panel.png differ diff --git a/slim/1.x/panel.svg b/slim/1.x/panel.svg new file mode 100644 index 0000000..5845817 --- /dev/null +++ b/slim/1.x/panel.svg @@ -0,0 +1,391 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/slim/1.x/slim.theme b/slim/1.x/slim.theme new file mode 100644 index 0000000..8e2e035 --- /dev/null +++ b/slim/1.x/slim.theme @@ -0,0 +1,39 @@ +# Based on text04 theme for SLiM +# by Johannes Winkelmann. +# Modified by Ludovic Courtès . +# Modified further by Diego N. Barbato . + +# Messages (ie: shutdown) +msg_color #FFFFFF +msg_font Helvetica:size=18:bold:dpi=75 +msg_x 50% +msg_y 40% +msg_shadow_color #0e0e0e +msg_shadow_xoffset -2 +msg_shadow_yoffset 2 + +# valid values: stretch, tile +background_style stretch +background_color #1c1c1c + +# Input controls +input_panel_x 50% +input_panel_y 50% +input_name_x 184 +input_name_y 183 +input_font Helvetica:size=14:dpi=75 +input_color #000000 + +# Username / password request +username_font Helvetica:size=14:bold:dpi=75 +username_color #f9f9f9 +username_x 80 +username_y 183 +password_x 80 +password_y 183 +username_shadow_color #0e0e0e +username_shadow_xoffset -2 +username_shadow_yoffset 2 + +username_msg user name: +password_msg password: