Compare commits
No commits in common. "34a67cbafa53db65926aee31f2d6424b25a1cf0f" and "410063721eef69ef90c2e210a06d325a59009b45" have entirely different histories.
34a67cbafa
...
410063721e
1 changed files with 21 additions and 21 deletions
|
@ -1,7 +1,7 @@
|
|||
nerd: &nerd Overpass Nerd Font:size=14
|
||||
nerd: &nerd Overpass Nerd Font:size=16
|
||||
|
||||
bar:
|
||||
height: 20
|
||||
height: 24
|
||||
location: bottom
|
||||
layer: top
|
||||
spacing: 8
|
||||
|
@ -44,25 +44,25 @@ bar:
|
|||
map:
|
||||
<<: *river_base
|
||||
values:
|
||||
1: {string: {text: "u", foreground: *bg}}
|
||||
2: {string: {text: "i", foreground: *bg}}
|
||||
3: {string: {text: "o", foreground: *bg}}
|
||||
4: {string: {text: "p", foreground: *bg}}
|
||||
5: {string: {text: "y", foreground: *bg}}
|
||||
6: {string: {text: ",", foreground: *bg}}
|
||||
7: {string: {text: ".", foreground: *bg}}
|
||||
8: {string: {text: "/", foreground: *bg}}
|
||||
12: {string: {text: "1", foreground: *bg}}
|
||||
13: {string: {text: "2", foreground: *bg}}
|
||||
14: {string: {text: "3", foreground: *bg}}
|
||||
15: {string: {text: "4", foreground: *bg}}
|
||||
16: {string: {text: "5", foreground: *bg}}
|
||||
17: {string: {text: "6", foreground: *bg}}
|
||||
18: {string: {text: "7", foreground: *bg}}
|
||||
19: {string: {text: "8", foreground: *bg}}
|
||||
20: {string: {text: "9", foreground: *bg}}
|
||||
21: {string: {text: "0", foreground: *bg}}
|
||||
deco: {background: {color: *accent}}
|
||||
1: {string: {text: "u", foreground: *accent}}
|
||||
2: {string: {text: "i", foreground: *accent}}
|
||||
3: {string: {text: "o", foreground: *accent}}
|
||||
4: {string: {text: "p", foreground: *accent}}
|
||||
5: {string: {text: "y", foreground: *accent}}
|
||||
6: {string: {text: ",", foreground: *accent}}
|
||||
7: {string: {text: ".", foreground: *accent}}
|
||||
8: {string: {text: "/", foreground: *accent}}
|
||||
12: {string: {text: "1", foreground: *accent}}
|
||||
13: {string: {text: "2", foreground: *accent}}
|
||||
14: {string: {text: "3", foreground: *accent}}
|
||||
15: {string: {text: "4", foreground: *accent}}
|
||||
16: {string: {text: "5", foreground: *accent}}
|
||||
17: {string: {text: "6", foreground: *accent}}
|
||||
18: {string: {text: "7", foreground: *accent}}
|
||||
19: {string: {text: "8", foreground: *accent}}
|
||||
20: {string: {text: "9", foreground: *accent}}
|
||||
21: {string: {text: "0", foreground: *accent}}
|
||||
deco: {underline: {size: 2, color: *accent}}
|
||||
unfocused: {map: {<<: *river_base}}
|
||||
invisible:
|
||||
map:
|
||||
|
|
Loading…
Reference in a new issue