File tree Expand file tree Collapse file tree 2 files changed +88
-1
lines changed
share/archlinux-tweak-tool Expand file tree Collapse file tree 2 files changed +88
-1
lines changed Original file line number Diff line number Diff line change 2626# tput setaf 8 = light blue
2727# #################################################################################################################
2828
29+ echo " ###############################################################################"
2930echo " Copying both files : etc/sddm.conf and /etc/sddm.conf.d/kde_settings.conf"
31+ echo " ###############################################################################"
32+ echo " If file exists, make a backup"
33+ [ -f /etc/sddm.conf ] && sudo cp -p /etc/sddm.conf /etc/sddm.conf.backup
34+ echo
35+ echo " Overwriting /etc/sddm.conf"
36+ echo
3037sudo cp -v /usr/share/archlinux-tweak-tool/data/arco/sddm/sddm.conf /etc/sddm.conf
38+ echo
39+ echo " If directory /etc/sddm.conf.d does not exist, make it"
3140[ -d /etc/sddm.conf.d/ ] || sudo mkdir -p /etc/sddm.conf.d/
41+ echo " If file exists, make a backup"
42+ echo
43+ [ -f /etc/sddm.conf.d/kde_settings.conf ] && sudo cp -p /etc/sddm.conf.d/kde_settings.conf /etc/sddm.conf.d/kde_settings.conf.backup
44+ echo " Overwriting /etc/sddm.conf.d/kde_settings.conf"
45+ echo
3246sudo cp -v /usr/share/archlinux-tweak-tool/data/arco/sddm.conf.d/kde_settings.conf /etc/sddm.conf.d/kde_settings.conf
47+ echo
3348echo " /etc/sddm.conf and /etc/sddm.conf.d/kde_settings.conf changed with configs of ATT"
34-
49+ echo
3550echo " ###############################################################################"
3651echo " ### DONE - YOU CAN CLOSE THIS WINDOW ####"
3752echo " ###############################################################################"
You can’t perform that action at this time.
0 commit comments