This commit is contained in:
milisarge 2017-06-06 07:26:31 +03:00
parent 9193b106ed
commit 79224f65fa
4 changed files with 74 additions and 10 deletions

View File

@ -0,0 +1,60 @@
favorites=exo-terminal-emulator.desktop,exo-file-manager.desktop,exo-mail-reader.desktop,exo-web-browser.desktop
recent=
button-title=Uygulamalar
button-icon=/sources/milis.git/ayarlar/milislogo.png
button-single-row=false
show-button-title=true
show-button-icon=true
launcher-show-name=true
launcher-show-description=true
item-icon-size=2
hover-switch-category=false
category-icon-size=1
load-hierarchy=false
recent-items-max=10
favorites-in-recent=true
display-recent-default=false
position-search-alternate=false
position-commands-alternate=false
position-categories-alternate=false
menu-width=400
menu-height=500
menu-opacity=100
command-settings=xfce4-settings-manager
show-command-settings=true
command-lockscreen=xflock4
show-command-lockscreen=true
command-switchuser=gdmflexiserver
show-command-switchuser=true
command-logout=xfce4-session-logout
show-command-logout=true
command-menueditor=menulibre
show-command-menueditor=true
command-profile=mugshot
show-command-profile=true
search-actions=4
[action0]
name=Man Sayfaları
pattern=#
command=exo-open --launch TerminalEmulator man %s
regex=false
[action1]
name=Wikipedia
pattern=!w
command=exo-open --launch WebBrowser https://en.wikipedia.org/wiki/%u
regex=false
[action2]
name=Konsolda Çalıştır
pattern=!
command=exo-open --launch TerminalEmulator %s
regex=false
[action3]
name=URL aktif
pattern=^(file|http|https):\\/\\/(.*)$
command=exo-open \\0
regex=true

View File

@ -24,10 +24,6 @@
</property>
</property>
<property name="plugins" type="empty">
<property name="plugin-1" type="string" value="applicationsmenu">
<property name="button-icon" type="string" value="/sources/milis.git/ayarlar/milislogo.png"/>
<property name="button-title" type="string" value="Uygulamalar"/>
</property>
<property name="plugin-3" type="string" value="tasklist"/>
<property name="plugin-15" type="string" value="separator">
<property name="expand" type="bool" value="true"/>
@ -51,6 +47,7 @@
<value type="string" value="vokoscreen"/>
<value type="string" value="guake"/>
<value type="string" value="deluge"/>
<value type="string" value="clipman"/>
<value type="string" value="xfce4-power-manager"/>
<value type="string" value="ı2p-messenger"/>
<value type="string" value="networkmanager programcığı"/>
@ -73,5 +70,6 @@
<property name="track" type="string" value=""/>
<property name="command" type="string" value="xfce4-mixer"/>
</property>
<property name="plugin-1" type="string" value="whiskermenu"/>
</property>
</channel>

View File

@ -2,15 +2,21 @@
#
# /etc/rc.d/slim: start/stop slim
#
. /lib/lsb/init-functions
case $1 in
start)
log_info_msg "Yerel ayarlar eklendi..."
yerel_ayar
log_info_msg "SLIM başlatılıyor..."
/usr/bin/slim -d
;;
stop)
log_info_msg "SLIM durduruluyor..."
killall /usr/bin/slim
;;
restart)
log_info_msg "SLIM yebaşlatılıyor..."
$0 stop
sleep 2
$0 start

View File

@ -13,18 +13,18 @@ background_color #000000
input_panel_x 50%
input_panel_y 50%
input_name_x 200
input_name_y 90
input_name_x 475
input_name_y 200
input_font fixed:size=13:dpi=75
input_fgcolor #000000
input_color #000000
username_font fixed:size=13:dpi=75
username_color #000000
username_x 125
username_y 90
password_x 125
password_y 90
username_x 400
username_y 200
password_x 400
password_y 200
username_msg KULLANICI:
password_msg ŞİFRE: