Use pywal for colors
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
bd85423f68
commit
7d193a4453
5 changed files with 16 additions and 33 deletions
|
@ -39,6 +39,7 @@ CONFIG_LINKED_FILES_HOME=(
|
||||||
".config/polybar"
|
".config/polybar"
|
||||||
".config/python"
|
".config/python"
|
||||||
".config/redshift"
|
".config/redshift"
|
||||||
|
".config/rofi"
|
||||||
".config/sqlite3"
|
".config/sqlite3"
|
||||||
".config/starship"
|
".config/starship"
|
||||||
".config/streamlink"
|
".config/streamlink"
|
||||||
|
|
|
@ -13,18 +13,7 @@
|
||||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
! ROFI Color theme
|
! 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
|
Sxiv.background: #000000
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,9 @@ dunst &
|
||||||
ibus-daemon -drx
|
ibus-daemon -drx
|
||||||
|
|
||||||
# Merge .Xresources on boot
|
# Merge .Xresources on boot
|
||||||
|
wal --theme tempus_future
|
||||||
xrdb -merge "${XDG_CONFIG_HOME}/X11/xresources"
|
xrdb -merge "${XDG_CONFIG_HOME}/X11/xresources"
|
||||||
|
xrdb -merge "${XDG_CACHE_HOME}/wal/colors.Xresources"
|
||||||
|
|
||||||
dbus-update-activation-environment --systemd DISPLAY
|
dbus-update-activation-environment --systemd DISPLAY
|
||||||
eval "$(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)"
|
eval "$(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)"
|
||||||
|
|
|
@ -6,26 +6,10 @@ bold_italic_font JetBrainsMono Nerd Font
|
||||||
font_size 14
|
font_size 14
|
||||||
window_padding_width 2
|
window_padding_width 2
|
||||||
|
|
||||||
background_opacity 0.67
|
#background_opacity 0.67
|
||||||
|
|
||||||
cursor_shape beam
|
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
|
enable_audio_bell no
|
||||||
|
|
||||||
|
include ~/.cache/wal/colors-kitty.conf
|
||||||
|
|
|
@ -16,10 +16,17 @@
|
||||||
[settings]
|
[settings]
|
||||||
padding = 4
|
padding = 4
|
||||||
# 60% alpha
|
# 60% alpha
|
||||||
background-color = #AA080808
|
background-color = ${xrdb:color0:#222}
|
||||||
foreground-color = #A1B0B8
|
foreground-color = ${xrdb:color7:#222}
|
||||||
bar-height = 35
|
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
|
# Top bar
|
||||||
#######################################
|
#######################################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue