Use pywal for colors

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2021-01-19 16:42:18 +01:00
parent bd85423f68
commit 7d193a4453
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
5 changed files with 16 additions and 33 deletions

View file

@ -13,18 +13,7 @@
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! ROFI Color theme
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
rofi.color-enabled: true
rofi.color-window: #080808, #080808, #1e2529
rofi.color-normal: #080808, #c1c1c1, #080808, #394249, #ffffff
rofi.color-active: #080808, #80cbc4, #080808, #394249, #80cbc4
rofi.color-urgent: #080808, #ff1844, #080808, #394249, #ff1844
rofi.seperator-style: solid
rofi.opacity: 100
rofi.location: 3
rofi.xoffset: -10
rofi.yoffset: 45
rofi.fixed-num-lines: false
rofi.width: 25
Sxiv.background: #000000

View file

@ -30,7 +30,9 @@ dunst &
ibus-daemon -drx
# Merge .Xresources on boot
wal --theme tempus_future
xrdb -merge "${XDG_CONFIG_HOME}/X11/xresources"
xrdb -merge "${XDG_CACHE_HOME}/wal/colors.Xresources"
dbus-update-activation-environment --systemd DISPLAY
eval "$(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)"