Everything: Switch to MATE, Arc, and Solarized
TODO: Add MATE configs, wherever those are
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
# Put your basic configuration in here
|
||||
#
|
||||
|
||||
export XDG_CURRENT_DESKTOP="KDE"
|
||||
for term in konsole xfce4-terminal urxvt xterm; do
|
||||
export XDG_CURRENT_DESKTOP="MATE"
|
||||
for term in konsole mate-terminal lxterminal xfce4-terminal urxvt xterm; do
|
||||
if command -v "$term" > /dev/null 2>&1; then
|
||||
export TERMINAL="$term"
|
||||
break
|
||||
@@ -42,7 +42,7 @@ esac
|
||||
|
||||
# Background setting
|
||||
if command -v hsetroot > /dev/null 2>&1; then
|
||||
hsetroot -solid "#282828" -tile "$HOME/.wptile" -center "$HOME/.wpcenter"
|
||||
hsetroot -solid "#383c4a" -tile "$HOME/.wptile" -center "$HOME/.wpcenter"
|
||||
elif command -v nitrogen > /dev/null 2>&1; then
|
||||
nitrogen --restore
|
||||
fi
|
||||
|
0
.config/dsk/run/kded5
Executable file → Normal file
0
.config/dsk/run/kded5
Executable file → Normal file
Reference in New Issue
Block a user