workspaces behavior, alacritty color theme from pywal

This commit is contained in:
2020-05-24 12:07:07 +02:00
parent 48a9ac0069
commit 4f3c83c254
2 changed files with 16 additions and 48 deletions

View File

@ -32,7 +32,7 @@ font:
size: 9.0 size: 9.0
offset: offset:
x: 0 x: 0
y: 0 y: 1
background_opacity: 0.9 background_opacity: 0.9
@ -65,55 +65,19 @@ colors:
primary: primary:
background: '0x000000' background: '0x000000'
foreground: '0xeaeaea' foreground: '0xeaeaea'
background: "#0f0e09"
foreground: "#dbcdac"
cursor: cursor:
text: '0x000000' cursor: "#dbcdac"
cursor: '0xffffff'
normal: normal:
black: '0x000000' black: "#0f0e09"
red: '0xd54e53' red: "#6B5835"
green: '0xb9ca4a' green: "#324443"
yellow: '0xe6c547' yellow: "#746A46"
blue: '0x7aa6da' blue: "#8C552E"
magenta: '0xc397d8' magenta: "#89784D"
cyan: '0x70c0ba' cyan: "#9F8D5E"
white: '0xffffff' white: "#dbcdac"
bright:
black: '0x666666'
red: '0xff3334'
green: '0x9ec400'
yellow: '0xe7c547'
blue: '0x7aa6da'
magenta: '0xb77ee0'
cyan: '0x54ced6'
white: '0xffffff'
# primary:
# background: '0x0a1010'
# foreground: '0xb6bcc4'
# cursor:
# text: '0x0a1010'
# cursor: '#074D40'
# normal:
# black: '0x0a1010'
# red: '0x4F374A'
# green: '0x085349'
# yellow: '0x096E4E'
# blue: '0x196C62'
# magenta: '0x298C55'
# cyan: '0x118D65'
# white: '0xb6bcc4'
# bright:
# black: '0x7f8389'
# red: '0x4F374A'
# green: '0x085349'
# yellow: '0x096E4E'
# blue: '0x196C62'
# magenta: '0x298C55'
# cyan: '0x118D65'
# white: '0xb6bcc4'
# Mouse bindings # Mouse bindings
# #

View File

@ -200,6 +200,10 @@ exec_always --no-startup-id wal -R -n
# gaps # gaps
gaps inner 10 gaps inner 10
# workspace settings
workspace_auto_back_and_forth yes
show_marks yes
# settings # settings
hide_edge_borders both hide_edge_borders both
for_window [class="^.*"] title_format "%title [%class]" for_window [class="^.*"] title_format "%title [%class]"