merging waybar configs with my old ones
This commit is contained in:
parent
93879b3ef7
commit
a4740d2dc0
11 changed files with 264 additions and 132 deletions
19
.config/sway/themes/dynamic/theme.conf
Normal file
19
.config/sway/themes/dynamic/theme.conf
Normal file
|
@ -0,0 +1,19 @@
|
|||
# dynamic
|
||||
include $HOME/.cache/wal/colors-sway
|
||||
|
||||
#set $fg $color3
|
||||
#set $bg $color1
|
||||
|
||||
set $background-color $color0
|
||||
set $text-color $color6
|
||||
set $selection-color $color1
|
||||
set $accent-color $color12
|
||||
|
||||
# Basic color configuration using the Base16 variables for windows and borders.
|
||||
# Property Name Border BG Text Indicator Child Border
|
||||
client.focused $color12 $color12 $color0 $color6 $color12
|
||||
client.focused_inactive $color1 $color1 $color5 $color3 $color1
|
||||
client.unfocused $color1 $color0 $color5 $color6 $color1
|
||||
client.urgent $color8 $color8 $color0 $color9 $color8
|
||||
client.placeholder $color0 $color0 $color5 $color0 $color0
|
||||
client.background $color7
|
Loading…
Add table
Add a link
Reference in a new issue