From 40e0fdc35256c448f9b86387a9a3a7e0751ed730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KJ=20=C3=98rbekk?= Date: Wed, 6 Jul 2016 16:13:26 -0400 Subject: Replace desktop background color. --- xsession | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/xsession b/xsession index e10840c..cdd236a 100755 --- a/xsession +++ b/xsession @@ -6,11 +6,11 @@ command -v terminus || TERMINAL=gnome-terminal xrdb -merge $HOME/.Xresources setxkbmap us -variant dvorak -option compose:ralt -option caps:ctrl_modifier $HOME/bin/keyboard_setup.sh -/usr/bin/env xscreensaver -no-splash & -/usr/bin/env xbindkeys -/usr/bin/env xset -b -/usr/bin/env xss-lock -- /usr/bin/env xscreensaver-command --lock & -/usr/bin/env pasystray & -/usr/bin/env xsetroot -solid midnightblue -/usr/bin/env trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 100 --widthtype pixel --transparent true --alpha 0 --tint 0x000000 --height 18 & +xscreensaver -no-splash & +xbindkeys +xset -b +xss-lock -- /usr/bin/env xscreensaver-command --lock & +pasystray & +xsetroot -solid "#2A3462" +trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 100 --widthtype pixel --transparent true --alpha 0 --tint 0x000000 --height 18 & exec xmonad -- cgit v1.2.3