aboutsummaryrefslogtreecommitdiff
path: root/yambar/.config
diff options
context:
space:
mode:
author= <hwebs@hwebs.info>2026-07-30 16:07:25 -0500
committer= <hwebs@hwebs.info>2026-07-30 16:07:25 -0500
commit2bbe30283a1a29aa01c1b0f1273182b8afdbe49f (patch)
tree2d8e3c2607485d9934ddd2a499b74c329192ed1a /yambar/.config
parent88cb8db873d3bea8a0e5d38aa71d2a66476d2088 (diff)
enzo-specific changes for now
Diffstat (limited to 'yambar/.config')
-rw-r--r--yambar/.config/yambar/config.yml34
1 files changed, 34 insertions, 0 deletions
diff --git a/yambar/.config/yambar/config.yml b/yambar/.config/yambar/config.yml
new file mode 100644
index 0000000..604f462
--- /dev/null
+++ b/yambar/.config/yambar/config.yml
@@ -0,0 +1,34 @@
+bar:
+ location: top
+ height: 48
+ spacing: 20
+ margin: 20
+ background: 000000ff
+ font: monospace:size=32
+
+ right:
+ - network:
+ poll-interval: 30000
+ content:
+ map:
+ default: {empty: {}}
+ conditions:
+ name == "wlp1s0":
+ map:
+ default: {string: {text: "offline"}}
+ conditions:
+ state == "up":
+ string: {text: "{ssid}"}
+ - battery:
+ name: BAT0
+ poll-interval: 30000
+ content:
+ map:
+ default: {string: {text: "bat {capacity}%"}}
+ conditions:
+ state == "charging": {string: {text: "chr {capacity}%"}}
+ state == "full": {string: {text: "bat full"}}
+ - clock:
+ content:
+ - string: {text: "{date}", right-margin: 20}
+ - string: {text: "{time}"}