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

@ -39,6 +39,7 @@ CONFIG_LINKED_FILES_HOME=(
".config/polybar"
".config/python"
".config/redshift"
".config/rofi"
".config/sqlite3"
".config/starship"
".config/streamlink"

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)"

View file

@ -6,26 +6,10 @@ bold_italic_font JetBrainsMono Nerd Font
font_size 14
window_padding_width 2
background_opacity 0.67
#background_opacity 0.67
cursor_shape beam
color0 #252525
color1 #ff5252
color2 #c3d82c
color3 #ffd740
color4 #40c4ff
color5 #ff4081
color6 #70c0ba
color7 #eaeaea
color8 #252525
color9 #ff5252
color10 #c3d82c
color11 #ffd740
color12 #40c4ff
color13 #ff4081
color14 #54ced6
color15 #ffffff
enable_audio_bell no
include ~/.cache/wal/colors-kitty.conf

View file

@ -16,10 +16,17 @@
[settings]
padding = 4
# 60% alpha
background-color = #AA080808
foreground-color = #A1B0B8
background-color = ${xrdb:color0:#222}
foreground-color = ${xrdb:color7:#222}
bar-height = 35
#background = ${xrdb:color0:#222}
#foreground = ${xrdb:color7:#222}
#foreground-alt = ${xrdb:color7:#222}
#primary = ${xrdb:color1:#222}
#secondary = ${xrdb:color2:#222}
#alert = ${xrdb:color3:#222}
#######################################
# Top bar
#######################################