From 62f083163b934ece97c23105ed92a20adb0ab0ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20L=C3=B3pez?= Date: Sun, 1 Mar 2015 13:15:56 -0500 Subject: slim: Add black theme. --- slim/0.x/COPYRIGHT | 17 ++ slim/0.x/background.png | Bin 0 -> 98289 bytes slim/0.x/panel.png | Bin 0 -> 26907 bytes slim/0.x/panel.svg | 682 ++++++++++++++++++++++++++++++++++++++++++++++++ slim/0.x/slim.theme | 38 +++ 5 files changed, 737 insertions(+) create mode 100644 slim/0.x/COPYRIGHT create mode 100644 slim/0.x/background.png create mode 100644 slim/0.x/panel.png create mode 100644 slim/0.x/panel.svg create mode 100644 slim/0.x/slim.theme diff --git a/slim/0.x/COPYRIGHT b/slim/0.x/COPYRIGHT new file mode 100644 index 0000000..674ab19 --- /dev/null +++ b/slim/0.x/COPYRIGHT @@ -0,0 +1,17 @@ +background.png + + public domain 2015 Luis Felipe López Acevedo + +panel.png +panel.svg + + 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/0.x/background.png b/slim/0.x/background.png new file mode 100644 index 0000000..a939801 Binary files /dev/null and b/slim/0.x/background.png differ diff --git a/slim/0.x/panel.png b/slim/0.x/panel.png new file mode 100644 index 0000000..58f5b6b Binary files /dev/null and b/slim/0.x/panel.png differ diff --git a/slim/0.x/panel.svg b/slim/0.x/panel.svg new file mode 100644 index 0000000..36b75cb --- /dev/null +++ b/slim/0.x/panel.svg @@ -0,0 +1,682 @@ + + + + + GuixSD Panel for a SLiM Theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + GuixSD Panel for a SLiM Theme + 2015-03-01 + + + Luis Felipe López Acevedo + + + A GuixSD panel image for the SLiM login manager. + +This image is dedicated to the public domain, except for the GuixSD logo, which can be used under the Creative Commons Attribution-ShareAlike 4.0 International License. + + + + + + + + + Luis Felipe López Acevedo + + + + + + + + + + + + ====================Notes About This Image==================== + This image is used as the Panel for a SLiM theme. More information about SLiM themes is available in theTHEME file in the latest slim-x.y.z.tar.gz tarball which is available at:http://sourceforge.net/projects/slim.berlios/files/ + Exporting The Panel----------------------------- + 1. Hide the following layers: Username label, Background. These layers are used only for testing the panel against a background and are not necessary in the exported image.2. Make sure the following layers are visible: GuixSD logo, Input box, Panel area.3. Unlock the "Panel area" layer. Select it and click on the canvas. Then press Ctrl+A. A transparent rectangle is selected. This rectangle is used to indicate Inkscape the area of the image that needs to be exported.4. Click the Export button. In the Export area section, "Selection" should be active. In the Image size section, width should be 720 px, height is 420 px, and dpi is 90. Filename should be "panel.png".5. Export. + Exporting The Background-------------------------------------- + 1. Make sure the Background layer is visible.2. Unlock it and select the big background located above the canvas. 3. Click the Export button. In the Export area section, "Selection" should be active. In the Image size section, width should be 1440 px, height is 900 px, and dpi is 90. Filename should be "background.png".4. Export. + + + + + + + + + + + + + + + + + + + + + + Username: + User name: + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/slim/0.x/slim.theme b/slim/0.x/slim.theme new file mode 100644 index 0000000..7cade36 --- /dev/null +++ b/slim/0.x/slim.theme @@ -0,0 +1,38 @@ +# Based on text04 theme for SLiM +# by Johannes Winkelmann. +# Modified by Ludovic Courtès . + +# Messages (ie: shutdown) +msg_color #FFFFFF +msg_font Helvetica:size=18:bold:dpi=75 +msg_x 50% +msg_y 40% +msg_shadow_color #702342 +msg_shadow_xoffset 1 +msg_shadow_yoffset 1 + +# valid values: stretch, tile +background_style stretch +background_color #eedddd + +# Input controls +input_panel_x 50% +input_panel_y 50% +input_name_x 394 +input_name_y 368 +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 290 +username_y 368 +password_x 290 +password_y 368 +username_shadow_color #702342 +username_shadow_xoffset 1 +username_shadow_yoffset 1 + +username_msg user name: +password_msg password: -- cgit v1.2.3