From: Bdale Garbee Date: Thu, 26 Nov 2009 17:46:55 +0000 (-0700) Subject: Imported Debian version 0.1 X-Git-Tag: debian/0.1 X-Git-Url: https://git.gag.com/?p=fw%2Faltusmetrum-themes;a=commitdiff_plain;h=e9873a94bbac9ac4b517ea3c0b001a8c3fae2815 Imported Debian version 0.1 --- e9873a94bbac9ac4b517ea3c0b001a8c3fae2815 diff --git a/background.png b/background.png new file mode 100644 index 0000000..9a895be Binary files /dev/null and b/background.png differ diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..b536859 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +slim-altusmetrum (0.1) unstable; urgency=low + + * Initial release of an AltusMetrum theme for the slim login manager + + -- Bdale Garbee Thu, 26 Nov 2009 10:32:56 -0700 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..7ee7fa9 --- /dev/null +++ b/debian/control @@ -0,0 +1,13 @@ +Source: slim-altusmetrum +Section: x11 +Priority: extra +Maintainer: Bdale Garbee +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.3 +Homepage: http://altusmetrum.org + +Package: slim-altusmetrum +Architecture: all +Recommends: slim +Description: AltusMetrum theme for the slim login manager + A simple AltusMetrum theme for the slim login manager. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..35b6157 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,11 @@ +This work was created for Debian by: + + Bdale Garbee on Thu, 26 Nov 2009 10:32:56 -0700 + +Copyright: + + Copyright 2009 by Bdale Garbee + +License: + + GPL version 3, see `/usr/share/common-licenses/GPL-3'. diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 0000000..cdab5c9 --- /dev/null +++ b/debian/dirs @@ -0,0 +1 @@ +/usr/share/slim/themes/altusmetrum diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..917d9bf --- /dev/null +++ b/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ diff --git a/debian/slim-altusmetrum.install b/debian/slim-altusmetrum.install new file mode 100644 index 0000000..5d10687 --- /dev/null +++ b/debian/slim-altusmetrum.install @@ -0,0 +1,3 @@ +background.png usr/share/slim/themes/altusmetrum +panel.png usr/share/slim/themes/altusmetrum +slim.theme usr/share/slim/themes/altusmetrum diff --git a/panel.png b/panel.png new file mode 100644 index 0000000..f61bafe Binary files /dev/null and b/panel.png differ diff --git a/slim.theme b/slim.theme new file mode 100644 index 0000000..79048bb --- /dev/null +++ b/slim.theme @@ -0,0 +1,37 @@ +# altusmetrum theme for SLiM +# by Bdale Garbee + +# Messages (ie: shutdown) +msg_color #000000 +msg_font Verdana:size=18:bold:dpi=75 +msg_x 50% +msg_y 40% +msg_shadow_color #FFFFFF +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 80% +input_name_x 59 +input_name_y 161 +input_font Verdana:size=12:dpi=75 +input_fgcolor #000000 + +# Username / password request +username_font Verdana:size=14:bold:dpi=75 +username_color #000000 +username_x 50% +username_y 122 +password_x 50% +password_y 122 +username_shadow_color #FFFFFF +username_shadow_xoffset 1 +username_shadow_yoffset 1 + +username_msg Username: +password_msg Password: