diff options
author | Adrian Kummerlaender | 2014-10-11 11:24:32 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2014-10-11 11:24:32 +0200 |
commit | 97a0c7e7611848fd47d28b629207e240c9d50db1 (patch) | |
tree | 19204db660864a5db7b8b65eaee713da89ab58dd /i3wm | |
parent | c44a7287fb2d54e151cf9e6b526a8b501b298a54 (diff) | |
download | dotfiles-97a0c7e7611848fd47d28b629207e240c9d50db1.tar dotfiles-97a0c7e7611848fd47d28b629207e240c9d50db1.tar.gz dotfiles-97a0c7e7611848fd47d28b629207e240c9d50db1.tar.bz2 dotfiles-97a0c7e7611848fd47d28b629207e240c9d50db1.tar.lz dotfiles-97a0c7e7611848fd47d28b629207e240c9d50db1.tar.xz dotfiles-97a0c7e7611848fd47d28b629207e240c9d50db1.tar.zst dotfiles-97a0c7e7611848fd47d28b629207e240c9d50db1.zip |
Changed active workspace name color to dark
* this was changed to match the window title style
Diffstat (limited to 'i3wm')
-rw-r--r-- | i3wm/.i3/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/i3wm/.i3/config b/i3wm/.i3/config index 44ed2c9..3b6804d 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -95,7 +95,7 @@ bar { background #161616 statusline #605c5a - focused_workspace #161616 #909737 #ffffff + focused_workspace #161616 #909737 #111111 active_workspace #161616 #161616 #a5a5a5 inactive_workspace #161616 #545454 #a5a5a5 urgent_workspace #161616 #545454 #a5a5a5 @@ -129,5 +129,6 @@ bindsym Control+Mod1+d exec --no-startup-id ~/.screenlayout/docked.sh exec --no-startup-id export $(gnome-keyring-daemon) exec --no-startup-id urxvtd +exec --no-startup-id twmnd exec --no-startup-id nm-applet exec --no-startup-id feh --bg-center ~/.background.jpg |