Dwm slim themes (8-pack)

In keeping with my dwm wallpaper thread, I've released an 8-pack of SLIM login themes for dwm fans:
EDIT: The files can now be found here: http://cinderwick.ca/projects/dwm-artwork-themes/
Four styles are included, each with a light and dark scheme.  In addition to SLIM, you'll need the 'artwiz-fonts' package (available from the repositories) for proper viewing. A couple of previews are below:
Cheers
Last edited by thayer (2011-04-20 17:26:23)

leo2501 wrote:
Rydgel wrote:
leo2501 wrote:where?
Here.
http://farm4.static.flickr.com/3215/298 … b9d361.jpg
I'm going to sleep right now, I will edit and share this one if someone is interested.
whats is the font? i REALLY like it, but maybe 1680x1050? i want to make a qingy one i will google for a guide or something
@haxit: how do you do the one you did? where did you look for a guide? or is much easier than I think?
What do you mean?
Also can you please release that theme rydgel?
Last edited by haxit (2008-10-30 21:48:38)

Similar Messages

  • Bash script: Rotate your wallpaper and SLiM theme at the same time

    EDIT;
    I've decided I should really thank Cerebral for his help with writing this script; this thank you should have been here from the get go.
    After writing:
    #!/usr/bin
    echo "Hello World!"
    I wrote a script to rotate my fluxbox background and SLiM theme at the same time, so I could have a contiuously changing background and still have a smooth transition from SLiM to fluxbox.  (It just looks so much cooler when both have matching backgrounds).  By the time you finish reading it, and configuring your box so it will work, you will probably have decided you could have writtin your own, better script to do the same thing.  But, on the off chance anybody finds use for it, here it is:
    (this should be obvious, but: don't run this script without at least reading the comments)
    #!/bin/bash
    #this is a script to rotate a number of backgrounds
    #to be shared by the fluxbox desktop and SLiM login manager.
    #it is the first meaningful script I've written. It may be
    #freely distributed and used with the understanding that you are
    #using it at your own risk.
    #Before running this script you need to check that your SLiM
    #themes are installed to the path /usr/share/slim/themes, which
    #is the defulat path for installation in Arch. Here are some
    #other things you need to set up:
    #1. create (if you don't have it) the directory /usr/share/wallpapers
    #2. create a wallpaper in /usr/share/wallpapers called 'dummy' by copying
    #you current wallpaper to that filename
    #3. set your window manager to display the wallpaper 'dummy', this works fine
    #using a style overlay in fluxbox, I haven't tested it with any other window
    #manager, but I don't see why this would cause a problem.
    #4. create a directory /usr/share/slim/themes/current, you can copy one of
    #your slim themes into that directory if you want. (this will prevent you
    #from seeing some error messages the first time you run the script)
    #5. define the names of the themes you want to rotate, in order for this
    #script to work, you must name them "themeNUMBER", where NUMBER is replaced
    #by an integer. Your themes must be numbered consecutively, start with 1
    # that is:
    #theme1 , theme2, theme3, etc. , theme305
    #If you don't number consecutively, this script will not run properly. You
    #must also define the total number of themes as "rotate_number"
    #6. Check if the script runs, if it does, you should change /etc/slim.conf to
    #use the theme "current"
    #7. This theme will now rotate your SLiM theme and wallpaper in such a way as
    #to make them match each other. Note that SLiM will not let you change themes
    #"on the fly", (as of July 6, 2008), so changes will not be apparent unless you
    #restart SLiM. I run the script before I run slim in my etc/rc.local local
    #script, so each time I reboot I get different wallpaper / login background.
    #Fred Drueck 2008
    #Define here all themes to be rotated and the total number of
    #themes to rotate:
    rotate_number=9
    theme1=/usr/share/slim/themes/default
    theme2=/usr/share/slim/themes/lake
    theme3=/usr/share/slim/themes/lunar
    theme4=/usr/share/slim/themes/flower2
    theme5=/usr/share/slim/themes/the-light
    theme6=/usr/share/slim/themes/mindlock
    theme7=/usr/share/slim/themes/parallel-dimensions
    theme8=/usr/share/slim/themes/wave
    theme9=/usr/share/slim/themes/fingerprint
    #check you are running this script as super-user:
    if [ $(id -u) != "0" ]; then
    echo "You must be the superuser to run this script" >&2
    exit 1
    fi
    echo "rotating themes"
    #figure out which theme is currently set, then name it as the variable
    #"last theme number", otherwise set last theme number as 0
    if [ -f /usr/share/slim/themes/current/current_theme_number ]
    then
    echo "checking current theme"
    cd /usr/share/slim/themes/current/
    eval last_theme_number=$(cat /usr/share/slim/themes/current/current_theme_number)
    echo $last_theme_number
    else
    echo "no theme is currently set, using theme 1"
    last_theme_number=0
    echo $1 > /usr/share/slim/themes/current/current_theme_number
    fi
    #set the new theme number
    eval new_theme_number=$(($(($last_theme_number % $rotate_number))+1))
    #select the new theme
    placeholder=theme
    eval new_theme=\$$placeholder$new_theme_number
    echo $new_theme
    #now clean out the "current" theme where I keep the current
    #theme for slim
    rm /usr/share/slim/themes/current/background*
    rm /usr/share/slim/themes/current/panel*
    rm /usr/share/slim/themes/current/slim.theme
    #the wildcards are there since the themes use jpg and png files
    cp $new_theme/background* /usr/share/slim/themes/current
    cp $new_theme/panel* /usr/share/slim/themes/current
    cp $new_theme/slim.theme /usr/share/slim/themes/current
    #increase the theme number, but first clear the old file
    rm /usr/share/slim/themes/current/current_theme_number
    echo $new_theme_number > /usr/share/slim/themes/current/current_theme_number
    #copy over the dummy wallpaper in "/usr/share/wallpapers" (with the theme
    #background file
    cp $new_theme/background* /usr/share/wallpapers/dummy
    exit 0
    Last edited by pseudonomous (2008-07-07 21:59:42)

    oh i forgot to mention... its rotating while moving. i.e. is doesn't have to stop rotate and then continue back to origin.

  • SLiM themes

    i made up a few slim themes here if anyone else wants to try them out. i was going to submit them to the slim developers, but i didn't see any email address on their site. so i guess it's an "arch only" special.

    phrakture wrote:
    Wow, those are awesome - perhaps submit there here: http://developer.berlios.de/bugs/?group_id=2663
    Or possibly file a bug that there's no way to contact them?
    Aaron, can you please include them in slim-themes package meanwhile?

  • SLiM theme Burning-Arch

    Hi,
    I've made a slim theme.
    If you'd like to use it, it's in AUR.
    http://aur.archlinux.org/packages.php?ID=18455

    you're right
    no-problem, I can share it via dropbox   https://www.dropbox.com/s/k7gojpmdkmyg2 … 080.tar.gz
    PS: use this link only if original link doesn't work

  • Slim Theme Darch

    I created a new Slim theme for ArchLinux using the new logo and uploaded it to AUR with the name slim-theme-darch. I hope you like.

    gleidson wrote:
    dyscoria wrote:Looks like this gleidson dude just strolled in, hit us with arguably the best arch slim theme there is, then disappears into the crowd.
    Sorry but I am engaged to my college degree. I am a Computer Science student
    Apology refused dammit!
    I mean, thanks for the theme bud, good luck with your studies

  • Slim Theme not loading shows dafault theme only.

    Hi I I installed slim and archlinux-slim-themes and did what the wiki said in regard to showing different themes.
    Path, X server and arguments (if needed)
    # Note: -xauth $authfile is automatically appended
    default_path /bin:/usr/bin:/usr/local/bin
    default_xserver /usr/bin/X
    xserver_arguments -nolisten tcp vt07
    # Commands for halt, login, etc.
    halt_cmd /sbin/shutdown -h now
    reboot_cmd /sbin/shutdown -r now
    console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
    #suspend_cmd /usr/sbin/suspend
    # Full path to the xauth binary
    xauth_path /usr/bin/xauth
    # Xauth file for server
    authfile /var/run/slim.auth
    # Activate numlock when slim starts. Valid values: on|off
    # numlock on
    # Hide the mouse cursor (note: does not work with some WMs).
    # Valid values: true|false
    # hidecursor false
    # This command is executed after a succesful login.
    # you can place the %session and %theme variables
    # to handle launching of specific commands in .xinitrc
    # depending of chosen session and slim theme
    # NOTE: if your system does not have bash you need
    # to adjust the command according to your preferred shell,
    # i.e. for freebsd use:
    # login_cmd exec /bin/sh - ~/.xinitrc %session
    login_cmd exec /bin/bash -login ~/.xinitrc %session
    # Commands executed when starting and exiting a session.
    # They can be used for registering a X11 session with
    # sessreg. You can use the %user variable
    # sessionstart_cmd some command
    # sessionstop_cmd some command
    # Start in daemon mode. Valid values: yes | no
    # Note that this can be overriden by the command line
    # options "-d" and "-nodaemon"
    # daemon yes
    # Set directory that contains the xsessions.
    # slim reads xsesion from this directory, and be able to select.
    sessiondir /usr/share/xsessions/
    # Executed when pressing F11 (requires imagemagick)
    screenshot_cmd import -window root /slim.png
    # welcome message. Available variables: %host, %domain
    welcome_msg Welcome to %host
    # Session message. Prepended to the session name when pressing F1
    # session_msg Session:
    # shutdown / reboot messages
    shutdown_msg The system is halting...
    reboot_msg The system is rebooting...
    # default user, leave blank or remove this line
    # for avoid pre-loading the username.
    #default_user simone
    # Focus the password field on start when default_user is set
    # Set to "yes" to enable this feature
    #focus_password no
    # Automatically login the default user (without entering
    # the password. Set to "yes" to enable this feature
    #auto_login no
    # current theme, use comma separated list to specify a set to
    # randomly choose from
    current_theme smoke-window
    # Lock file
    lockfile /var/lock/slim.lock
    # Log file
    logfile /var/log/slim.log
    The source for the theme is this: /usr/share/themes/Smoke/xfce-notify-4.0/gtkrc
    style "smoke-window"
    bg[NORMAL] = "#4d4d4d"
    XfceNotifyWindow::border-color = "#ffffff"
    XfceNotifyWindow::border-radius = 10.0
    XfceNotifyWindow::border-width-hover = 3.0
    class "XfceNotifyWindow" style "smoke-window"
    style "smoke-button"
    bg[NORMAL] = "#202020"
    bg[PRELIGHT] = "#404040"
    fg[NORMAL] = "#ffffff"
    fg[PRELIGHT] = "#ffffff"
    widget_class "XfceNotifyWindow.*.GtkButton*" style "smoke-button"
    style "smoke-text"
    fg[NORMAL] = "#ffffff"
    GtkWidget::link-color = "#a7a7a7"
    widget_class "XfceNotifyWindow.*.<GtkLabel>" style "smoke-text"
    style "smoke-summary"
    font_name = "Bold"
    widget "XfceNotifyWindow.*.summary" style "smoke-summary"
    I tryed on several different themes with the same method and still ugly ass default login screen
    This is my ~/xinitrc:
    # OPENBOX LOADER
    exec openbox-session
    # Start a D-Bus session
    # Source the below file only if you do not already use the default xinitrc skeleton.
    # Otherwise you will end up with multiple dbus sessions.
    source /etc/X11/xinit/xinitrc.d/30-dbus
    # Start GNOME Keyring
    eval $(/usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh)
    # You probably need to do this too:
    export GPG_AGENT_INFO SSH_AUTH_SOCK
    I don't know whats missing I did everything the wiki told me still Slim only showing default theme. Please help. Thanks.

    I could be wrong but you seem to be confusing themes specific to slim with themes for gtk. The themes available for slim are in /usr/share/slim/themes.

  • Create handling units and assigning them as Packing Proposal for Sales Orde

    Hi Friends
    How to create handling units and assigning them as Packing Proposal for Sales Order Items in the background.
    Could you please help to provide Input Parameters for BAPI_HU_CREATE for sales order OR is there any other program creating and assigning them to Sales Order line Items.
    Thanks in Advance.
    SR

    Hi Friends
    I created Handling Units with BAPI_HU_CREATE , Pack materials with BAPI_HU_PACK in to Handling Untis and assign handling units to sales order with BAPI_HU_CHANGE_HEADER . But These BAPIs are not doing packing sales order line items in to handling units . I have to go sales order and do sales order line item packing by clicking packing button.
    Could you please help on how to do packing Sales Order Line items in the background with BAPIs.
    Thanks in Advance.
    SR

  • Pre 9 - After Loading Theme Content pack 1 - Unable to open projects

    Pre9 works fine until I installed one of the theme content packs (1 - Birthdays etc...). Now when it launches all I get is the shell of the window, menu bar and large open space of gray. If I uninstall the theme pack it works again...
    Is anyone else seeing this? Anyone have a solution?
    Running on a new HP p6540y - AMD Phenom II 830 / 2.8 GHz - 8GB RAM - Win 7

    Steve - thanks for taking the time to respond.
    The menu is showing along the top of the screen. However, clicking on file open, or file new, results in a spinning cursor for 5 secs then back to a blank workspace screen.

  • [solved] Slim themes conflict with e2fsprogs

    I tried installing a couple of slim themes, and got a message saying...
    util-Linux-ng conflicts with e2fsprogs. Remove e2fsprogs?
    I am currently on my desktop trying to install arch on a old laptop.
    Last edited by Jboxer (2010-02-08 01:24:46)

    I have discovered e2fsprogs has to deal with Ext2 Filesystem Utilities, i have installed Ext4, therefore I might try to remove the programs that are dependent of e2fsprogs. I would like to receive some more suggestions before I do anything.
    Edit: It also is used for Ext4, so scratch that idea.
    Last edited by Jboxer (2010-02-07 22:43:20)

  • SLim Theme - Clearlooks openbox

    Backgroung is poor, but is easy change.
    Screenshot is in Brazilian Portuguese, but download link is in English.
    Screen:
    Download: http://www.speedyshare.com/607853852.html
    UPDATE/UPDATE/UPDATE
    Make new theme. More realist.
    Screen:
    Download: http://www.speedyshare.com/233588171.html
    Last edited by kramerxiita (2008-09-13 15:14:45)

    fflarex wrote:Very nice. I won't be using it myself, but I am nevertheless impressed. Are the buttons fake?
    They're fake, slim doesn't support buttons....

  • [SLiM] Theme Configuration

    My current theme (custom built): http://i.imgur.com/o5cAt0E.png
    My questions are:
    1. How can I use "Gohufont" instead of "Verdana", I tried to add "input_font Gohufont:size=12" but didn't work.
    2. Is there a way to hide the cursor ( | ) and only see the characters.
    - http://slim.berlios.de/themes_howto.php
    - https://wiki.archlinux.org/index.php/SLiM
    Thanks.
    Last edited by iJC (2013-10-12 18:42:27)

    cookies wrote:
    iJC wrote:1. How can I use "Gohufont" instead of "Verdana", I tried to add "input_font Gohufont:size=12" but didn't work.
    Hm, wrong font name maybe? Does your slim log complain about it somehow?
    2. Is there a way to hide the cursor ( | ) and only see the characters.
    You should be able to do that via your slim.conf.
    1. No, slim.log only says:
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    The font is installed at "/usr/share/fonts/misc/"
    gohufont-11.pcf.gz
    gohufont-14.pcf.gz
    gohufont-uni-11.pcf.gz
    gohufont-uni-14.pcf.gz
    2. There's only an option to hide the mouse cursor, not the " | " that appears when typing something...
    Last edited by iJC (2013-10-13 03:34:07)

  • Arch-tetra SLiM theme

    AUR
    Github
    Inspiration from here.
    Looks like Rydgel never shared his theme, so I made something similar.
    The original probably uses a non-free font called 'Ginza Medium' which I don't have acces to, so I used 'Tetra ITC Std Light' for the logo which is pretty close to the original.
    Requires the 'artwiz-fonts' package for the 'edges' font.
    EDIT: Rydgel did relese his theme here
    Last edited by Beini (2013-03-18 11:04:34)

    ill wrote:I like it a lot, is there any chance of a high res version with anti-aliasing?
    I just released 1.1 which should be more antialiased. As for high-res version, I'm not entirely sure what you need, the background already is just an 200x200 square which tiles so any resolution should be fine. You can also find the .xcf for the logo here
    Last edited by Beini (2013-03-18 10:02:08)

  • Using SLiM, dmenu's path is incomplete

    Due to an issue with the proprietary NVidia drivers causing the virtual consoles to go blank on my graphics card, I need to use a graphical login manager. I've decided on SLiM, however, I have one issue: When I login with SLiM (into XMonad or DWM), applications such as dmenu and GMrun don't detect the path additions that are set in my ~/.bashrc, so I can't use dmenu to launch any of the applications in ~/bin or ~/.cabal/bin. For instance, from urxvt, my path is as follows:
    /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl:/home/drkp/.cabal/bin:/home/drkp/bin
    If I "echo $PATH > somefile" from dmenu, it's:
    /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl
    What can I do to fix this bevavior?
    My /etc/slim.conf (the commented-out login command also doesn't work):
    # Path, X server and arguments (if needed)
    # Note: -xauth $authfile is automatically appended
    default_path /bin:/usr/bin:/usr/local/bin
    default_xserver /usr/bin/X
    xserver_arguments -nolisten tcp vt07
    # Commands for halt, login, etc.
    halt_cmd /sbin/shutdown -h now
    reboot_cmd /sbin/shutdown -r now
    console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
    #suspend_cmd /usr/sbin/suspend
    # Full path to the xauth binary
    xauth_path /usr/bin/xauth
    # Xauth file for server
    authfile /var/run/slim.auth
    # Activate numlock when slim starts. Valid values: on|off
    # numlock on
    # Hide the mouse cursor (note: does not work with some WMs).
    # Valid values: true|false
    # hidecursor false
    # Set cursor to left pointer
    cursor left_ptr
    # This command is executed after a succesful login.
    # you can place the %session and %theme variables
    # to handle launching of specific commands in .xinitrc
    # depending of chosen session and slim theme
    # NOTE: if your system does not have bash you need
    # to adjust the command according to your preferred shell,
    # i.e. for freebsd use:
    # login_cmd exec /bin/sh - ~/.xinitrc %session
    login_cmd exec /bin/bash -login ~/.xinitrc %session > ~/.xerr 2>&1
    # Commands executed when starting and exiting a session.
    # They can be used for registering a X11 session with
    # sessreg. You can use the %user variable
    # sessionstart_cmd some command
    # sessionstop_cmd some command
    # Start in daemon mode. Valid values: yes | no
    # Note that this can be overriden by the command line
    # options "-d" and "-nodaemon"
    # daemon yes
    # Available sessions (first one is the default).
    # The current chosen session name is replaced in the login_cmd
    # above, so your login command can handle different sessions.
    # see the xinitrc.sample file shipped with slim sources
    sessions xmonad,dwm
    # Executed when pressing F11 (requires imagemagick)
    screenshot_cmd import -window root /slim.png
    # welcome message. Available variables: %host, %domain
    welcome_msg Welcome to %host
    # Session message. Prepended to the session name when pressing F1
    # session_msg Session:
    # shutdown / reboot messages
    shutdown_msg The system is halting...
    reboot_msg The system is rebooting...
    # default user, leave blank or remove this line
    # for avoid pre-loading the username.
    default_user drkp
    # Focus the password field on start when default_user is set
    # Set to "yes" to enable this feature
    focus_password yes
    # Automatically login the default user (without entering
    # the password. Set to "yes" to enable this feature
    #auto_login no
    # current theme, use comma separated list to specify a set to
    # randomly choose from
    current_theme archlinux-soft-grey
    # Lock file
    lockfile /var/lock/slim.lock
    # Log file
    logfile /var/log/slim.log
    My .bashrc:
    # ~/.bashrc
    # If not running interactively, don't do anything
    [[ $- != *i* ]] && return
    # Aliases
    if [ -f ~/.bash_aliases ]; then
    source ~/.bash_aliases
    fi
    # Misc
    eval $(dircolors -b) # Enhance colored ls output
    export LESSOPEN="| /usr/bin/src-hilite-lesspipe.sh %s"
    export LESS="-R" # Allow colored less output
    export EDITOR=vim # Vim as default text editor
    export ESCDELAY=1 # Ncurses escape delay
    # Path
    export PATH="$PATH:$HOME/.cabal/bin"
    export PATH="$PATH:$HOME/bin"
    # Prompt
    PS1='\[\e[1;34m\][\T] \[\e[0;33m\][\w] \[\e[0;31m\]$\[\e[0m\] '
    Last edited by DrKillPatient (2012-09-01 17:07:50)

    RAD version is 6.0.1.1
    "The project was not built since its build path is incomplete."This is obviously an IBM RAD question then.
    See if you can find an IBM RAD forum.
    I need this help urgently as I am stuck up.LOL.

  • Dwm wallpapers

    Whipped up 6 simple dwm wallpapers...these are all 1680x1050.
    UPDATE:
    Grab all the wallpapers here: http://cinderwick.ca/projects/dwm-artwork-themes/
    Grab matching SLIM login themes here: http://bbs.archlinux.org/viewtopic.php?id=57963
    SVG version of the logo: http://cinderwick.ca/projects/dwm-artwo … m-logo.svg
    A couple of examples:
    Last edited by thayer (2011-04-20 17:23:38)

    ArchGh0ul wrote:Sorry to revive this thread I know it's old but I'm a DWM user and I thought I'd post these here.
    I do 3d and I just started fidling with Wings3d...so as a test I played around with the dwm logo.
    Did a 3d variation of the wallpapers posted here and also a bigger logo wallaper.
    Waiting for comments and eventually requests
    http://omploader.org/vMWJpYg/dwm-3d.png
    http://omploader.org/vMWJpYw/dwm-3d-bg02.png
    Wow. The first one is really really cool. I have a new wallpaper .

  • [SOLVED] SLiM no longer able to switch desktop environments

    So after the latest upgrade of slim (1.3.5 -> 1.3.6) I am no longer able to switch between desktop environments using F1. Now it just boots my default environment (dwm). I had it configured fine and it worked before this update. Is there a fix?
    Last edited by life_enjoyer (2013-10-06 17:46:52)

    xinitrc:
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    case $1 in
    kde)
    exec startkde
    xfce4)
    exec startxfce4
    openbox)
    exec openbox-session
    dwm|*)
    #xcompmgr -c &
    while true; do
    xsetroot -name "$( date +"%m-%d-%Y %R" )"
    sleep 1m # Update time every minute
    done &
    nitrogen --restore &
    /usr/bin/xscreensaver -no-splash &
    exec dwm
    esac
    and slim.conf
    # Path, X server and arguments (if needed)
    # Note: -xauth $authfile is automatically appended
    default_path /bin:/usr/bin:/usr/local/bin
    default_xserver /usr/bin/X
    xserver_arguments -nolisten tcp vt07
    # Commands for halt, login, etc.
    halt_cmd /sbin/shutdown -h now
    reboot_cmd /sbin/shutdown -r now
    console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
    #suspend_cmd /usr/sbin/suspend
    # Full path to the xauth binary
    xauth_path /usr/bin/xauth
    # Xauth file for server
    authfile /var/run/slim.auth
    # Activate numlock when slim starts. Valid values: on|off
    # numlock on
    # Hide the mouse cursor (note: does not work with some WMs).
    # Valid values: true|false
    hidecursor false
    # This command is executed after a succesful login.
    # you can place the %session and %theme variables
    # to handle launching of specific commands in .xinitrc
    # depending of chosen session and slim theme
    # NOTE: if your system does not have bash you need
    # to adjust the command according to your preferred shell,
    # i.e. for freebsd use:
    # login_cmd exec /bin/sh - ~/.xinitrc %session
    login_cmd exec /bin/bash -login ~/.xinitrc %session
    # Commands executed when starting and exiting a session.
    # They can be used for registering a X11 session with
    # sessreg. You can use the %user variable
    # sessionstart_cmd some command
    # sessionstop_cmd some command
    # Start in daemon mode. Valid values: yes | no
    # Note that this can be overriden by the command line
    # options "-d" and "-nodaemon"
    # daemon yes
    # Available sessions (first one is the default).
    # The current chosen session name is replaced in the login_cmd
    # above, so your login command can handle different sessions.
    # see the xinitrc.sample file shipped with slim sources
    sessions kde,xfce4,openbox,dwm
    # Executed when pressing F11 (requires imagemagick)
    screenshot_cmd import -window root /slim.png
    # welcome message. Available variables: %host, %domain
    welcome_msg Welcome to %host
    # Session message. Prepended to the session name when pressing F1
    # session_msg Session:
    # shutdown / reboot messages
    shutdown_msg The system is halting...
    reboot_msg The system is rebooting...
    # default user, leave blank or remove this line
    # for avoid pre-loading the username.
    default_user sebastian
    # Focus the password field on start when default_user is set
    # Set to "yes" to enable this feature
    #focus_password no
    # Automatically login the default user (without entering
    # the password. Set to "yes" to enable this feature
    #auto_login no
    # current theme, use comma separated list to specify a set to
    # randomly choose from
    current_theme archlinux-simplyblack
    # Lock file
    lockfile /var/lock/slim.lock
    # Log file
    logfile /var/log/slim.log

Maybe you are looking for

  • Spec. Purpose ledger-Profit center

    Hello, We have a issue with Spec. Purpose Ledger account. There are 5 items in that account with 5 g/l accounts are updating. Out of 5, in 2 accounts profit center is updating wrongly. When we check that one of them is updating tax value. The profit

  • Pop 3 mail account

    can anybody help me? i've set my mail up and its been working fine for around three months but now when i go into mail it keeps saying for no reason my pop 3 mail account has rejected my password. i havn't changed any settings . thanks in advance. JB

  • Email Button - To: line blank and Cc: line with names listed

    I created an email button and I don't want the To: line filled with name(s) only the Cc: line this is what I have so far. What am I doing wrong? var sub sub = CTitle.rawValue; var ebody ebody = "The attached file is the filled-out form. Please open i

  • Photoshop Elements v12 download problems

    I have Windows 8 and downloaded the above full version bought from Amazon only to find that when I press the desktop ikon i get a window telling me that my trial version has expired and I cannot get into the software. what's wrong?

  • How to 'Build' a swing designer?

    Hi ! I know that's a too complex question to answer, I know, but I would be gratefull if someone can point me on the right direction on this. I'm trying to figure out how a round trip visual designer (like JBuilder 7 one) works. I've got few ideas/qu