rofi: workaround.

This commit is contained in:
Dylan Araps 2018-01-01 07:37:10 +11:00
parent bb22b065bf
commit 9029a16d29

View File

@ -1,5 +1,3 @@
#include "colors-rofi.Xresources"
! X colors.
! Generated by 'wal'
emacs*foreground: {foreground}
@ -62,5 +60,13 @@ XClock*hourColor: rgba:{color15.xrgba}
XClock*minuteColor: rgba:{color15.xrgba}
XClock*secondColor: rgba:{color15.xrgba}
! Rofi (fallback)
rofi.color-normal: {background}, {foreground}, {background}, {color10}, {background}
rofi.color-active: {background}, {foreground}, {background}, {color10}, {background}
rofi.color-urgent: {background}, {color10}, {background}, {color10}, {foreground}
rofi.color-window: {background}, {background}, {background}
! Set depth to make transparency work.
URxvt*depth: 32
#include "colors-rofi.Xresources"