Update slim panel

This commit is contained in:
Alexis Jhon Gaspar 2023-10-13 20:00:39 +08:00
parent 05ab60e41a
commit 1288b340eb
4 changed files with 7 additions and 6 deletions

1
slim/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
build

View file

@ -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...

0
slim/themes/CMakeLists.txt Normal file → Executable file
View file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB