düzenleme
This commit is contained in:
parent
633ba4713d
commit
a82d6b0bc0
|
@ -0,0 +1,46 @@
|
|||
grub
|
||||
dmidecode
|
||||
hdparm
|
||||
start-stop-daemon
|
||||
dejavu-ttf
|
||||
xorriso
|
||||
gtk-engines
|
||||
gtk-engine-murrine
|
||||
cups-filters
|
||||
filezilla
|
||||
gvfs
|
||||
gutenprint
|
||||
gimp
|
||||
hexchat
|
||||
udevil
|
||||
lsof
|
||||
yad
|
||||
cdrkit
|
||||
bindutils
|
||||
scrot
|
||||
ntp
|
||||
syslinux
|
||||
rdesktop
|
||||
opera-web-browser
|
||||
epiphany
|
||||
sshfs-fuse
|
||||
ffmpegthumbnailer
|
||||
alsa-utils
|
||||
alsa-plugins
|
||||
sysv-rc-conf
|
||||
rfkill
|
||||
samba
|
||||
dosfstools
|
||||
os-prober
|
||||
openjdk
|
||||
xdg-user-dirs
|
||||
vokoscreen
|
||||
gtkdialog
|
||||
python-pip
|
||||
python3-yaml
|
||||
python-yaml
|
||||
python3-pythondialog
|
||||
isodumper
|
||||
libreoffice
|
||||
|
||||
|
|
@ -30,6 +30,8 @@
|
|||
/usr/bin/dconf write /org/gnome/terminal/legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9/background-transparency-percent 10
|
||||
/usr/bin/dconf write /org/gnome/terminal/legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9/default-size-columns 85
|
||||
/usr/bin/dconf write /org/gnome/terminal/legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9/default-size-rows 20
|
||||
/usr/bin/dconf write /org/gnome/terminal/legacy/new-terminal-mode "'tab'"
|
||||
/usr/bin/dconf write /org/gnome/terminal/legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9/scrollbar-policy "'always'"
|
||||
|
||||
# Metin düzenleyici satır numaralarını göster
|
||||
/usr/bin/dconf write /org/gnome/gedit/preferences/editor/display-line-numbers true
|
||||
|
@ -40,9 +42,6 @@
|
|||
/usr/bin/dconf write /org/gnome/desktop/peripherals/touchpad/tap-to-click true
|
||||
|
||||
# Masaustu secenekleri
|
||||
mkdir /usr/share/backgrounds/milis
|
||||
wget --no-check-certificate https://raw.githubusercontent.com/yasarciv/milis-gorsel/master/masa-arkaplan/milis-arkaplan2.png -O /usr/share/backgrounds/milis/*
|
||||
|
||||
/usr/bin/dconf write /org/gnome/desktop/background/show-desktop-icons true
|
||||
/usr/bin/dconf write /org/gnome/desktop/background/picture-uri "'/usr/share/backgrounds/milis/milis-arkaplan2.png'"
|
||||
/usr/bin/dconf write /org/gnome/desktop/interface/gtk-theme "'Adwaita'"
|
||||
|
@ -79,10 +78,12 @@ wget --no-check-certificate https://raw.githubusercontent.com/yasarciv/milis-gor
|
|||
/usr/bin/dconf write /org/gnome/shell/extensions/dash-to-dock/opaque-background true
|
||||
/usr/bin/dconf write /org/gnome/shell/extensions/dash-to-dock/dash-max-icon-size 32
|
||||
/usr/bin/dconf write /org/gnome/shell/extensions/dash-to-dock/background-color "'#000000'"
|
||||
/usr/bin/dconf write /org/gnome/shell/extensions/dash-to-dock/background-opacity 0.9
|
||||
/usr/bin/dconf write /org/gnome/shell/extensions/dash-to-dock/custom-theme-running-dots-color "'#fce94f'"
|
||||
/usr/bin/dconf write /org/gnome/shell/extensions/dash-to-dock/custom-theme-running-dots-border-color "'#fce94f'"
|
||||
/usr/bin/dconf write /org/gnome/shell/extensions/dash-to-dock/custom-theme-running-dots-border-width "'1'"
|
||||
/usr/bin/dconf write /org/gnome/shell/extensions/dash-to-dock/background-opacity 0.5
|
||||
/usr/bin/dconf write /org/gnome/shell/extensions/dash-to-dock/custom-theme-running-dots-color "'#8ae234'"
|
||||
/usr/bin/dconf write /org/gnome/shell/extensions/dash-to-dock/custom-theme-running-dots-border-color "'#8ae234'"
|
||||
/usr/bin/dconf write /org/gnome/shell/extensions/dash-to-dock/custom-theme-running-dots-border-width "1"
|
||||
/usr/bin/dconf write /org/gnome/shell/extensions/dash-to-dock/intellihide true
|
||||
/usr/bin/dconf write /org/gnome/shell/extensions/dash-to-dock/extend-height true
|
||||
|
||||
# Mouse seçenekleri
|
||||
/usr/bin/dconf write /org/gnome/settings-daemon/peripherals/mouse/locate-pointer false
|
||||
|
|
|
@ -10,8 +10,6 @@ cp /root/ayarlar/milislogo.png /usr/share/icons/
|
|||
echo "Metin düzenleyici ayarlandı"
|
||||
|
||||
# Masaustu secenekleri
|
||||
mkdir /usr/share/backgrounds/milis
|
||||
wget --no-check-certificate https://raw.githubusercontent.com/yasarciv/milis-gorsel/master/masa-arkaplan/milis-arkaplan1.png -O /usr/share/backgrounds/milis/*
|
||||
/usr/bin/dconf write /org/mate/desktop/background/picture-filename "'/usr/share/backgrounds/milis/milis-arkaplan1.png'"
|
||||
/usr/bin/dconf write /org/mate/desktop/interface/gtk-theme "'BlueMenta'"
|
||||
/usr/bin/dconf write /org/mate/desktop/interface/icon-theme "'matefaenza'"
|
||||
|
|
Loading…
Reference in New Issue