dont set ui theme
This commit is contained in:
parent
660ebcfd03
commit
5049c1b810
1 changed files with 8 additions and 8 deletions
16
entry.sh
16
entry.sh
|
@ -169,14 +169,14 @@ function second_stage(){
|
||||||
function user_install(){
|
function user_install(){
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
dbus-launch dconf write /org/mate/desktop/interface/gtk-theme "'Materia-dark'"
|
#dbus-launch dconf write /org/mate/desktop/interface/gtk-theme "'Materia-dark'"
|
||||||
echo $?
|
#echo $?
|
||||||
dbus-launch dconf write /org/mate/marco/general/theme "'Materia-dark'"
|
#dbus-launch dconf write /org/mate/marco/general/theme "'Materia-dark'"
|
||||||
echo $?
|
#echo $?
|
||||||
dbus-launch dconf write /org/mate/desktop/interface/icon-theme "'Adwaita'"
|
#dbus-launch dconf write /org/mate/desktop/interface/icon-theme "'Adwaita'"
|
||||||
echo $?
|
#echo $?
|
||||||
dbus-launch dconf write /org/mate/desktop/peripherals/mouse/cursor-theme "'Adwaita'"
|
#dbus-launch dconf write /org/mate/desktop/peripherals/mouse/cursor-theme "'Adwaita'"
|
||||||
echo $?
|
#echo $?
|
||||||
|
|
||||||
rsync -a /root/unbox_data/secrets/SSH/ .ssh/
|
rsync -a /root/unbox_data/secrets/SSH/ .ssh/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue