Initial commit
This commit is contained in:
commit
d6b60e9f9f
1 changed files with 51 additions and 0 deletions
51
config.yml
Normal file
51
config.yml
Normal file
|
@ -0,0 +1,51 @@
|
||||||
|
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}
|
Loading…
Add table
Reference in a new issue