mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-19 19:25:41 +02:00
parent
3603ca982a
commit
86cc3f0918
1 changed files with 13 additions and 1 deletions
|
@ -45,6 +45,15 @@ bar:
|
||||||
- urgent: &urgent
|
- urgent: &urgent
|
||||||
foreground: 000000ff
|
foreground: 000000ff
|
||||||
deco: {stack: [background: {color: bc2b3fff}, <<: *std_underline]}
|
deco: {stack: [background: {color: bc2b3fff}, <<: *std_underline]}
|
||||||
|
- map: &i3_mode
|
||||||
|
tag: mode
|
||||||
|
default:
|
||||||
|
- string:
|
||||||
|
text: "{mode}"
|
||||||
|
deco: {background: {color: cc421dff}}
|
||||||
|
- empty: {right-margin: 7}
|
||||||
|
values:
|
||||||
|
default: {empty: {}}
|
||||||
content:
|
content:
|
||||||
"":
|
"":
|
||||||
map:
|
map:
|
||||||
|
@ -100,11 +109,14 @@ bar:
|
||||||
left-margin: 7
|
left-margin: 7
|
||||||
tag: application
|
tag: application
|
||||||
values:
|
values:
|
||||||
"": {string: {text: "{title}"}}
|
"":
|
||||||
|
- map: {<<: *i3_mode}
|
||||||
|
- string: {text: "{title}"}
|
||||||
default:
|
default:
|
||||||
list:
|
list:
|
||||||
spacing: 0
|
spacing: 0
|
||||||
items:
|
items:
|
||||||
|
- map: {<<: *i3_mode}
|
||||||
- string: {text: "{application}", max: 10, foreground: ffa0a0ff}
|
- string: {text: "{application}", max: 10, foreground: ffa0a0ff}
|
||||||
- string: {text: ": "}
|
- string: {text: ": "}
|
||||||
- string: {text: "{title}", max: 35}
|
- string: {text: "{title}", max: 35}
|
||||||
|
|
Loading…
Add table
Reference in a new issue