Skip to content

Commit

Permalink
Add slim themes and configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielelana committed Sep 24, 2015
1 parent 7360ff7 commit 5269543
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 0 deletions.
8 changes: 8 additions & 0 deletions configure-slim-theme.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/zsh

cd "$(dirname "$0")"

if [ -d slim-themes/linen ]; then
cp -r $PWD/slim-themes/* /usr/share/slim/themes/
sed -i 's/^current_theme.*$/current_theme\t\tlinen/' /etc/slim.conf
fi
Binary file added slim-themes/linen.xcf
Binary file not shown.
Binary file added slim-themes/linen/a-background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slim-themes/linen/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slim-themes/linen/e-background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slim-themes/linen/panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions slim-themes/linen/slim.theme
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# slim-hud theme for SLiM by BigRza
# Wallpaper by bo0xVn http://fav.me/d2undx8

# Messages (ie: shutdown)
msg_color #000000
msg_font Ubuntu:size=18:bold:dpi=96
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 70%
input_name_x 59
input_name_y 165
input_font Ubuntu:size=12:dpi=96
input_fgcolor #000000

# Username / password request
username_font Ubuntu:size=15:bold:dpi=96
username_color #ffffff
username_x 50%
username_y 122
password_x 50%
password_y 125
username_shadow_color #000000
username_shadow_xoffset 1
username_shadow_yoffset 1

username_msg Username:
password_msg Password:

0 comments on commit 5269543

Please sign in to comment.