yambar: Numeros romanos y mostrar tags no usados

This commit is contained in:
Cat /dev/Nulo 2022-02-10 19:23:35 -03:00
parent 2173762397
commit 3517a6c382

View file

@ -17,6 +17,39 @@ bar:
tag: id tag: id
default: &river_default default: &river_default
default: {string: {text: "{id}"}} default: {string: {text: "{id}"}}
values: &river_values
1: {string: {text: "I"}}
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"}}
10: {empty: {}}
11: {empty: {}}
12: {empty: {}}
13: {empty: {}}
14: {empty: {}}
15: {empty: {}}
16: {empty: {}}
17: {empty: {}}
18: {empty: {}}
19: {empty: {}}
20: {empty: {}}
21: {empty: {}}
22: {empty: {}}
23: {empty: {}}
24: {empty: {}}
25: {empty: {}}
26: {empty: {}}
27: {empty: {}}
28: {empty: {}}
29: {empty: {}}
30: {empty: {}}
31: {empty: {}}
32: {empty: {}}
content: content:
map: map:
tag: state tag: state
@ -27,34 +60,19 @@ bar:
default: {string: {text: "{id}"}} default: {string: {text: "{id}"}}
deco: {background: {color: *accent}} deco: {background: {color: *accent}}
values: values:
10: {string: {text: "u"}} <<: *river_values
11: {string: {text: "i"}}
12: {string: {text: "o"}}
13: {string: {text: "p"}}
unfocused: unfocused:
map: map:
<<: *river_base <<: *river_base
default: {string: {text: "{id}"}} default: {string: {text: "{id}"}}
values: values:
10: {string: {text: "u"}} <<: *river_values
11: {string: {text: "i"}}
12: {string: {text: "o"}}
13: {string: {text: "p"}}
invisible: invisible:
map: map:
tag: occupied <<: *river_base
default: {string: {text: "{id}"}}
values: values:
false: {empty: {}} <<: *river_values
true:
map:
<<: *river_base
default: {string: {text: "{id}"}}
values:
10: {string: {text: "u"}}
11: {string: {text: "i"}}
12: {string: {text: "o"}}
13: {string: {text: "p"}}
right: right:
- network: - network:
name: eth0 name: eth0