This commit is contained in:
milisbir 2017-08-16 02:32:13 +03:00
parent 169678453d
commit ef44eb5526
6 changed files with 79 additions and 43 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 539 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 443 KiB

View File

@ -9,7 +9,7 @@ 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
suspend_cmd /usr/sbin/pm-suspend
# Full path to the xauth binary
xauth_path /usr/bin/xauth
@ -33,7 +33,7 @@ numlock on
# 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
login_cmd exec /usr/bin/ck-launch-session /bin/bash -login ~/.xinitrc %session
# Commands executed when starting and exiting a session.
# They can be used for registering a X11 session with
@ -47,16 +47,24 @@ login_cmd exec /bin/bash -login ~/.xinitrc %session
# options "-d" and "-nodaemon"
# daemon yes
# yüklü oturumları gösterir.
sessiondir /usr/share/xsessions/
# 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
sessiondir /usr/share/xsessions/
# Executed when pressing F11 (requires imagemagick)
screenshot_cmd import -window root /slim.png
screenshot_cmd import -window root /tmp/slim.png
# welcome message. Available variables: %host, %domain
welcome_msg Hoşgeldiniz %host
# Session message. Prepended to the session name when pressing F1
# session_msg Session:
hints_msg "F1 masaüstü seçimi"
# Prepended to the themes session name when pressing F1
session_msg [F1] xsession:
# shutdown / reboot messages
shutdown_msg sistem kapanıyor...

View File

@ -1,11 +0,0 @@
--- slim.conf.orig 2014-08-07 21:04:23.591900466 -0700
+++ slim.conf 2014-08-07 21:05:44.455894937 -0700
@@ -9,6 +9,8 @@
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
+## slackware suspend command
+suspend_cmd /usr/sbin/pm-suspend
# Full path to the xauth binary
xauth_path /usr/bin/xauth

76
talimatname/genel/slim/slim.theme Executable file → Normal file
View File

@ -1,5 +1,36 @@
# hafif slim tema
# milisarge@gmail.com
background_style stretch
background_color #000000
input_panel_x 300
input_panel_y 100
input_font Open Sans:size=16:bold:dpi=96
input_fgcolor #000000
input_color #000000
username_font Open Sans:size=16:bold:dpi=96
username_color #000000
username_x 265
username_y 200
password_x 287
password_y 200
username_msg KULLANICI
password_msg ŞİFRE
input_name_x 295
input_name_y 245
input_pass_x 295
input_pass_y 245
#welcome_msg %host
#welcome_x 200
#welcome_y 150
#welcome_font Open Sans:size=16:bold:dpi=96
#welcome_color #000000
msg_color #000000
msg_font fixed:size=13:dpi=75
@ -8,23 +39,30 @@ msg_y 40%
msg_shadow_xoffset 1
msg_shadow_yoffset 1
background_style stretch
background_color #000000
session_msg Oturumlar:
session_font Open Sans:size=14:bold:dpi=96
session_x 300
session_y 650
session_color #000000
input_panel_x 50%
input_panel_y 50%
input_name_x 475
input_name_y 200
input_font fixed:size=13:dpi=75
input_fgcolor #000000
input_color #000000
hints_msg [F1]=oturum seçimi - reboot=yeniden başlat - console=uçbirim
hints_x 300
hints_y 600
hints_font Open Sans:size=12:dpi=96
hints_color #000000
#
#### slimlock options ####
#
dpms_standby_timeout 60
dpms_off_timeout 1200
wrong_passwd_timeout 2
passwd_feedback_x 300
passwd_feedback_y 600
passwd_feedback_msg Şifreniz başarısız
passwd_feedback_capslock CaPsLocK AÇIK
show_username 1
show_welcome_msg 1
tty_lock 0
bell 0
username_font fixed:size=13:dpi=75
username_color #000000
username_x 400
username_y 200
password_x 400
password_y 200
username_msg KULLANICI:
password_msg ŞİFRE:

View File

@ -4,13 +4,12 @@
# Depends on: xorg-xauth libjpeg-turbo libpng cmake xorg-libxft
name=slim
version=1.3.6
release=4
source=(http://downloads.sourceforge.net/project/slim.berlios/slim-$version.tar.gz
background.jpg
version=2.0
release=1
source=(http://kaynaklar.milislinux.org/slim-$version.tar.gz
panel.png
https://raw.githubusercontent.com/yakar/milis-linux-wallpapers/master/milis-linux-tree.png
slim.conf
slim.conf.patch
CMakeLists.txt.patch
slim-1.3.6_freetype-2.5.1.diff
slim.logrotate
@ -19,7 +18,6 @@ source=(http://downloads.sourceforge.net/project/slim.berlios/slim-$version.tar.
build () {
cd $name-$version
patch -p0 < $SRC/slim.conf.patch
patch -p0 < $SRC/CMakeLists.txt.patch
patch -p1 < $SRC/slim-1.3.6_freetype-2.5.1.diff
@ -54,10 +52,13 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
# Remove slimlock as we don't build it
rm $PKG/usr/man/man1/slimlock.1.gz
rm $PKG/etc/init.d/slim.init
rm -rf $PKG/usr/share/slim/themes/xamplar
rm -rf $PKG/usr/man/
install -d $PKG/usr/share/slim/themes/milis
cp $SRC/background.jpg $PKG/usr/share/slim/themes/milis/
cp $SRC/milis-linux-tree.png $PKG/usr/share/slim/themes/milis/panel.png
cp $SRC/panel.png $PKG/usr/share/slim/themes/milis/
cp $SRC/milis-linux-tree.png $PKG/usr/share/slim/themes/milis/background.png
cp $SRC/slim.theme $PKG/usr/share/slim/themes/milis/
chmod 0644 $PKG/usr/share/slim/themes/milis/*