From 5e5e38f7b473f6c3fc2e8102ceea5090be2cad4d Mon Sep 17 00:00:00 2001 From: = Date: Thu, 30 Jul 2026 17:17:45 -0500 Subject: (yambar) put fancy symbols in --- yambar/.config/yambar/config.yml | 24 +++++++++++++++++------- 1 file 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}"} -- cgit v1.3