This my slim login manager theme
Used Wallpaper by bo0xVn fav.me/d2undx8
Install:
copy slim-hud folder to /usr/share/slim/themes
open slim.conf
$ gksu /etc/slim.conf
and edit
current_theme default
to
current_theme slim-hud
To change background just replace background.jpg,
to display conky with slimlock, copy .conkyrcslim
to your home folder and execute slimlocky
to use your own conky edit/replace .conkyrcslim in your home folder
Used Wallpaper by bo0xVn fav.me/d2undx8
Install:
copy slim-hud folder to /usr/share/slim/themes
open slim.conf
$ gksu /etc/slim.conf
and edit
current_theme default
to
current_theme slim-hud
To change background just replace background.jpg,
to display conky with slimlock, copy .conkyrcslim
to your home folder and execute slimlocky
to use your own conky edit/replace .conkyrcslim in your home folder
:origin()/pre06/0604/th/pre/i/2011/299/b/6/slim_hud_theme_by_bigrza-d4dzvk2.png)
Can I make my machine startup with slim and slimlocky like ur screenshot???
it seems SLIM has some problems with never versions of ubuntu.
I'm using it with 10.10 and it runs without problems.
press ctrl-alt-F1 and login with your username and pass
after that type> sudo dpkg-reconfigure lightdm
and chose lightdm.
After a reboot, you should see the lightdm greeter.
I got a problem. Im running Ubuntu 10.10. I apt-get slim, after reboot I trie to log in but it gives me error saying cant execute login command or something like. This only occurs if I fill in the propper login name and password
$ gksu gedit /etc/slim.conf
search (ctrl+f) for login_cmd
and replace the hole line with this
login_cmd exec /bin/bash -login /etc/X11/Xsession %session
if its still not working upload your hole slim.conf file to a pastebin and send me the link
I am using xautolock.
i made an autostart entry like this: xautolock -locker slimlocky -time 60
This will lock your screen after 60 minutes.
if you could upload /usr/bin/xflock4 i could loock into it
#!/bin/sh
#
# xfce4
#
# Copyright (C) 1999, 2003 Olivier Fourdan (fourdan@xfce.org)
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
if test x"`which xscreensaver-command 2>/dev/null`" != x""; then
xscreensaver-command -lock
elif test x"`which gnome-screensaver-command 2>/dev/null`" != x""; then
gnome-screensaver-command --lock
elif test x"`which slock 2>/dev/null`" != x""; then
slock
else
xlock $*
fi
exit 0
#
# xfce4
#
# Copyright (C) 1999, 2003 Olivier Fourdan (fourdan@xfce.org)
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
if test x"`which xscreensaver-command 2>/dev/null`" != x""; then
xscreensaver-command -lock
elif test x"`which gnome-screensaver-command 2>/dev/null`" != x""; then
gnome-screensaver-command --lock
elif test x"`which slock 2>/dev/null`" != x""; then
slock
elif test x"`which slimlock 2>/dev/null`" != x""; then
slimlock
else
xlock $*
fi
exit 0
Using it now, wish I could take a screenshot of it to show it off.
look in slim.conf for:
screenshot_cmd import -window root /slim.png
perhaps you could also use scrot or something but im not sure
Using Arch Linux w/KDE 4.7, so I guess there's something out there.
Yes thats conky. You can display conky with slimlock but unfortunately not with slim itself (i dont know how)
sudo cp -r /path/to/slim-hud /usr/share/slim/themes/slim-hud