Fixed rxvt bgcolor to match dwm

This commit is contained in:
jond
2018-07-29 13:19:50 -05:00
parent 07cddb4a8f
commit 26a57d26b0
3 changed files with 5 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*.swp

View File

@@ -226,7 +226,8 @@ awful.screen.connect_for_each_screen(function(s)
s.mytasklist, -- Middle widget s.mytasklist, -- Middle widget
{ -- Right widgets { -- Right widgets
layout = wibox.layout.fixed.horizontal, layout = wibox.layout.fixed.horizontal,
mykeyboardlayout, -- 2018-07-28 JMD: Hiding keyboard layout widget
-- mykeyboardlayout,
wibox.widget.systray(), wibox.widget.systray(),
mytextclock, mytextclock,
s.mylayoutbox, s.mylayoutbox,

View File

@@ -14,7 +14,8 @@ URxvt*.termName: rxvt-unicode-256color
! special ! special
*.foreground: #c5c8c6 *.foreground: #c5c8c6
*.background: #1d1f21 !*.background: #1d1f21
*.background: #222222
*.cursorColor: #c5c8c6 *.cursorColor: #c5c8c6
! black ! black