yambar: Solarized light
This commit is contained in:
parent
db98d0eeb7
commit
1cc4e448fc
1 changed files with 9 additions and 4 deletions
|
@ -1,14 +1,19 @@
|
||||||
awesome: &awesome Font Awesome 5 Free:style=solid:pixelsize=14
|
awesome: &awesome Font Awesome 5 Free:style=solid:pixelsize=14
|
||||||
awesome_brands: &awesome_brands Font Awesome 5 Brands:pixelsize=16
|
awesome_brands: &awesome_brands Font Awesome 5 Brands:pixelsize=16
|
||||||
|
|
||||||
|
background2: &bg2 eee8d5ff
|
||||||
|
|
||||||
bar:
|
bar:
|
||||||
location: bottom
|
location: bottom
|
||||||
layer: top
|
layer: top
|
||||||
height: 20
|
height: 20
|
||||||
spacing: 8
|
spacing: 8
|
||||||
margin: 7
|
margin: 7
|
||||||
background: 282828aa
|
# background: 282828aa
|
||||||
foreground: ebdbb2ff
|
# foreground: ebdbb2ff
|
||||||
|
background: fdf6e377
|
||||||
|
# background: eee8d5ff
|
||||||
|
foreground: 657b83ff
|
||||||
|
|
||||||
font: Hack:size=12
|
font: Hack:size=12
|
||||||
|
|
||||||
|
@ -35,14 +40,14 @@ bar:
|
||||||
focused:
|
focused:
|
||||||
map:
|
map:
|
||||||
<<: *river_base
|
<<: *river_base
|
||||||
deco: {stack: [background: {color: 504945ff}, underline: {size: 2, color: d3869bff}]}
|
deco: {stack: [background: {color: *bg2}]}
|
||||||
unfocused: {map: {<<: *river_base}}
|
unfocused: {map: {<<: *river_base}}
|
||||||
invisible:
|
invisible:
|
||||||
map:
|
map:
|
||||||
tag: occupied
|
tag: occupied
|
||||||
values:
|
values:
|
||||||
false: {empty: {}}
|
false: {empty: {}}
|
||||||
true: {map: {<<: *river_base, foreground: ffffff4c}}
|
true: {map: {<<: *river_base}}
|
||||||
|
|
||||||
right:
|
right:
|
||||||
- alsa:
|
- alsa:
|
||||||
|
|
Loading…
Reference in a new issue