Everything: Switch to MATE, Arc, and Solarized

TODO: Add MATE configs, wherever those are
This commit is contained in:
2019-02-01 03:07:24 -06:00
parent 8c7ba3673d
commit 4f9311163c
14 changed files with 170 additions and 138 deletions

View File

@@ -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
View File