Fixed rxvt bgcolor to match dwm
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.swp
|
||||||
@@ -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,
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user