51 lines
1.3 KiB
YAML
51 lines
1.3 KiB
YAML
bar:
|
|
height: 26
|
|
location: top
|
|
background: 00000088
|
|
font: JetBrainsMonoNerdFont:pixelsize=12
|
|
margin: 1
|
|
layer: top
|
|
border:
|
|
margin: 2
|
|
|
|
left:
|
|
- i3:
|
|
sort: native
|
|
content:
|
|
"":
|
|
map:
|
|
default: {string: {text: "{name}", margin: 5}}
|
|
conditions:
|
|
state == focused: {string: {text: "{name}", margin: 5, deco: {background: {color: 84A0C6FF}}}}
|
|
state == urgent: {string: {text: "{name}", margin: 5, deco: {background: {color: E27878FF}}}}
|
|
|
|
center:
|
|
- i3:
|
|
content:
|
|
"": {empty: {}}
|
|
current:
|
|
map:
|
|
default: {string: {text: "{title}"}}
|
|
conditions:
|
|
title == "": {empty: {}}
|
|
|
|
right:
|
|
- battery:
|
|
name: BAT0
|
|
content:
|
|
map:
|
|
default: {string: {text: "Battery: {capacity}% ({state}) | "}}
|
|
conditions:
|
|
state == unknown: {empty: {}}
|
|
- pipewire:
|
|
content:
|
|
map:
|
|
default: {empty: {}}
|
|
conditions:
|
|
type == sink && muted: {string: {text: "Volume: {cubic_volume}% (Muted) | "}}
|
|
type == sink: {string: {text: "Volume: {cubic_volume}% | "}}
|
|
|
|
- clock:
|
|
time-format: "%H:%M:%S"
|
|
content:
|
|
- string: {text: "{date} {time}", right-margin: 5}
|