diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-08-19 19:51:26 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-08-19 19:51:26 -0300 |
commit | a616da8a454ee09f9eaeea469ec2d869377029e5 (patch) | |
tree | 7844019c3a125df973c3f0b17567c868fe5afcad | |
parent | 4d23707476a2c29691b806c797e9dd2a245de2da (diff) | |
download | xsession-a616da8a454ee09f9eaeea469ec2d869377029e5.tar.gz xsession-a616da8a454ee09f9eaeea469ec2d869377029e5.tar.bz2 |
Solarized colorscheme
-rwxr-xr-x | xsessionrc.dot.link | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xsessionrc.dot.link b/xsessionrc.dot.link index 42aa23b..beee2f6 100755 --- a/xsessionrc.dot.link +++ b/xsessionrc.dot.link @@ -35,7 +35,8 @@ elif [ ! -z "$BACKGROUND" ] && [ "$BACKGROUND" != "unset" ]; then #Esetroot -scale $HOME/.config/themes/backgrounds/$BACKGROUND feh --bg-scale $HOME/.config/themes/backgrounds/$BACKGROUND elif [ "$BACKGROUND" != "unset" ]; then - xsetroot -solid black + #xsetroot -solid black + xsetroot -solid '#1C1C1C' fi # Set window manager |