aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author= <hwebs@hwebs.info>2026-07-30 17:17:45 -0500
committer= <hwebs@hwebs.info>2026-07-30 17:17:45 -0500
commit5e5e38f7b473f6c3fc2e8102ceea5090be2cad4d (patch)
treeb41e32b946c57512d6d4fd4d5908122ed0f49a28
parentc6fef26d2eccdce5e84d3a45c5c0238d5758ee27 (diff)
(yambar) put fancy symbols in
-rw-r--r--yambar/.config/yambar/config.yml24
1 files changed, 17 insertions, 7 deletions
diff --git a/yambar/.config/yambar/config.yml b/yambar/.config/yambar/config.yml
index 604f462..20de729 100644
--- a/yambar/.config/yambar/config.yml
+++ b/yambar/.config/yambar/config.yml
@@ -1,10 +1,17 @@
bar:
location: top
height: 48
- spacing: 20
- margin: 20
- background: 000000ff
- font: monospace:size=32
+ spacing: 10
+ margin: 40
+
+ foreground: ffffffff
+ background: 222222ff
+
+ # experiment with plain monospace
+ font: "Adwaita Mono:size=32, Symbols Nerd Font:size=32"
+
+ border:
+ top-margin: 0
right:
- network:
@@ -17,18 +24,21 @@ bar:
map:
default: {string: {text: "offline"}}
conditions:
- state == "up":
- string: {text: "{ssid}"}
+ carrier: {string: {text: "\uf1eb {ssid}"}}
- battery:
name: BAT0
poll-interval: 30000
content:
map:
- default: {string: {text: "bat {capacity}%"}}
+ default: {string: {text: "\uf240 {capacity}%"}}
conditions:
state == "charging": {string: {text: "chr {capacity}%"}}
state == "full": {string: {text: "bat full"}}
+ - label:
+ content: {string: {text: "|"}}
- clock:
+ time-format: "%H:%M %Z"
+ date-format: "%Y-%m-%d"
content:
- string: {text: "{date}", right-margin: 20}
- string: {text: "{time}"}