OSDN Git Service

make arc the default theme
authorpaperbenni <paperbenni@gmail.com>
Tue, 4 Feb 2020 15:02:37 +0000 (16:02 +0100)
committerpaperbenni <paperbenni@gmail.com>
Tue, 4 Feb 2020 15:02:37 +0000 (16:02 +0100)
autostart.sh
install.sh

index d3a1b0c..15fed74 100755 (executable)
@@ -90,7 +90,7 @@ if [ -z "$ISLIVE" ]; then
 
 else
        instantmonitor
-       /usr/share/instantthemes/manjaro.sh apply
+       /usr/share/instantthemes/arc.sh apply
        xrdb ~/.Xresources
        feh --bg-scale /usr/share/liveutils/wallpaper.png
        installapplet &
@@ -109,7 +109,7 @@ if [ -n "$ISLAPTOP" ]; then
 fi
 
 if ! [ -e ~/instantos/themes/config ]; then
-       /usr/share/instantthemes/manjaro.sh apply
+       /usr/share/instantthemes/arc.sh apply
 fi
 
 source /usr/bin/instantstatus
index d74bc74..1132ea1 100755 (executable)
@@ -22,7 +22,7 @@ else
 fi
 
 REALUSERS="$(ls /home/ | grep -v '+')"
-export THEME=${1:-dracula}
+export THEME=${1:-arc}
 
 # run a tool as every existing
 # "real"(there's a human behind it) user