diff --git a/slim/.gitignore b/slim/.gitignore new file mode 100644 index 0000000..378eac2 --- /dev/null +++ b/slim/.gitignore @@ -0,0 +1 @@ +build diff --git a/slim/slim.conf b/slim/slim.conf index 3e946d9..0530a2d 100644 --- a/slim/slim.conf +++ b/slim/slim.conf @@ -1,7 +1,7 @@ # Path, X server and arguments (if needed) # Note: -xauth $authfile is automatically appended, vt07 appended if no # vtxx argument given. -default_path /bin:/usr/bin:/usr/local/bin +default_path /bin:/usr/bin:/usr/local/bin:.local/bin default_xserver /usr/bin/X #xserver_arguments -dpi 75 xserver_arguments -nolisten tcp -deferglyphs 16 @@ -25,7 +25,7 @@ console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" # Hide the mouse cursor (note: does not work with some WMs). # Valid values: true|false -#hidecursor false +hidecursor false # This command is executed after a succesful login. # You can place the %session and %theme variables to handle launching of @@ -35,7 +35,7 @@ console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" # NOTE: if your system does not have bash you need to adjust the command # according to your preferred shell, e.g. for freebsd use: # login_cmd exec /bin/sh - ~/.xinitrc %session -login_cmd exec /bin/bash -login ~/.xinitrc %session +login_cmd exec /bin/bash -login /usr/local/bin/startdwm # Commands executed when starting and exiting a session. # They can be used for registering a X11 session with @@ -64,7 +64,7 @@ daemon yes # displayed is the Name= value and the string substutited in place of # %session is the Exec= value -- note that this may provide a full # path to the session executable! -#sessiondir /usr/share/xsessions +sessiondir /usr/local/share/xsessions # Executed when pressing F11 (requires imagemagick) @@ -100,7 +100,7 @@ wrong_passwd_timeout 0 # current theme, use comma separated list to specify a set to # randomly choose from -current_theme default +current_theme suckless # Lock file lockfile /run/slim.pid @@ -117,7 +117,7 @@ logfile /var/log/slim.log welcome_msg Welcome to %host # Session message. Prepended to the session name when pressing F1 -#session_msg Session: +session_msg Session: # shutdown / reboot messages shutdown_msg The system is halting... diff --git a/slim/themes/CMakeLists.txt b/slim/themes/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/slim/themes/suckless/panel.png b/slim/themes/suckless/panel.png index 8eaeaf9..53391c6 100644 Binary files a/slim/themes/suckless/panel.png and b/slim/themes/suckless/panel.png differ