yambar: números romanos
This commit is contained in:
parent
487ab720f9
commit
b43cac546b
1 changed files with 20 additions and 6 deletions
|
@ -15,9 +15,16 @@ bar:
|
||||||
base: &river_base
|
base: &river_base
|
||||||
margin: 8
|
margin: 8
|
||||||
tag: id
|
tag: id
|
||||||
values: {}
|
values:
|
||||||
default: &river_default
|
1: {string: {text: "I"}}
|
||||||
default: {string: {text: "{id}"}}
|
2: {string: {text: "II"}}
|
||||||
|
3: {string: {text: "III"}}
|
||||||
|
4: {string: {text: "IV"}}
|
||||||
|
5: {string: {text: "V"}}
|
||||||
|
6: {string: {text: "VI"}}
|
||||||
|
7: {string: {text: "VII"}}
|
||||||
|
8: {string: {text: "VIII"}}
|
||||||
|
9: {string: {text: "IX"}}
|
||||||
content:
|
content:
|
||||||
map:
|
map:
|
||||||
tag: state
|
tag: state
|
||||||
|
@ -25,12 +32,20 @@ bar:
|
||||||
focused:
|
focused:
|
||||||
map:
|
map:
|
||||||
<<: *river_base
|
<<: *river_base
|
||||||
default: {string: {text: "{id}", foreground: *bg}}
|
values:
|
||||||
|
1: {string: {text: "I", foreground: *bg}}
|
||||||
|
2: {string: {text: "II", foreground: *bg}}
|
||||||
|
3: {string: {text: "III", foreground: *bg}}
|
||||||
|
4: {string: {text: "IV", foreground: *bg}}
|
||||||
|
5: {string: {text: "V", foreground: *bg}}
|
||||||
|
6: {string: {text: "VI", foreground: *bg}}
|
||||||
|
7: {string: {text: "VII", foreground: *bg}}
|
||||||
|
8: {string: {text: "VIII", foreground: *bg}}
|
||||||
|
9: {string: {text: "IX", foreground: *bg}}
|
||||||
deco: {background: {color: *accent}}
|
deco: {background: {color: *accent}}
|
||||||
unfocused:
|
unfocused:
|
||||||
map:
|
map:
|
||||||
<<: *river_base
|
<<: *river_base
|
||||||
default: {string: {text: "{id}"}}
|
|
||||||
invisible:
|
invisible:
|
||||||
map:
|
map:
|
||||||
tag: occupied
|
tag: occupied
|
||||||
|
@ -39,7 +54,6 @@ bar:
|
||||||
true:
|
true:
|
||||||
map:
|
map:
|
||||||
<<: *river_base
|
<<: *river_base
|
||||||
default: {string: {text: "{id}"}}
|
|
||||||
|
|
||||||
right:
|
right:
|
||||||
- network:
|
- network:
|
||||||
|
|
Loading…
Reference in a new issue