mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-25 07:19:27 +01:00
rofi: workaround.
This commit is contained in:
parent
bb22b065bf
commit
9029a16d29
@ -1,5 +1,3 @@
|
|||||||
#include "colors-rofi.Xresources"
|
|
||||||
|
|
||||||
! X colors.
|
! X colors.
|
||||||
! Generated by 'wal'
|
! Generated by 'wal'
|
||||||
emacs*foreground: {foreground}
|
emacs*foreground: {foreground}
|
||||||
@ -62,5 +60,13 @@ XClock*hourColor: rgba:{color15.xrgba}
|
|||||||
XClock*minuteColor: rgba:{color15.xrgba}
|
XClock*minuteColor: rgba:{color15.xrgba}
|
||||||
XClock*secondColor: 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.
|
! Set depth to make transparency work.
|
||||||
URxvt*depth: 32
|
URxvt*depth: 32
|
||||||
|
|
||||||
|
#include "colors-rofi.Xresources"
|
||||||
|
Loading…
Reference in New Issue
Block a user