From 6c974e1cb3cddd96a26527ee630582ac310456f3 Mon Sep 17 00:00:00 2001 From: "Henry J. Webster" Date: Sat, 1 Aug 2026 11:13:12 -0500 Subject: yambar: small changes - capitalization normalization - remove user@host for now --- yambar/.config/yambar/config.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'yambar') diff --git a/yambar/.config/yambar/config.yml b/yambar/.config/yambar/config.yml index 2f9b275..f17ec83 100644 --- a/yambar/.config/yambar/config.yml +++ b/yambar/.config/yambar/config.yml @@ -22,7 +22,7 @@ bar: conditions: name == "wlp1s0": map: - default: {string: {text: "NET:off", foreground: ffb86cff}} + default: {string: {text: "net:OFF", foreground: ffb86cff}} conditions: carrier: ramp: @@ -111,14 +111,6 @@ bar: conditions: state == "charging": {string: {text: "BAT:{capacity}%", foreground: 50fa7bff}} state == "full": {string: {text: "BAT:{capacity}%", foreground: 50fa7bff}} - - label: - content: {string: {text: "|"}} - - script: - path: ~/.config/yambar/userhost.sh - content: - - string: {text: "{user}@{host}"} - - label: - content: {string: {text: "|"}} - clock: time-format: "%H:%M %Z" date-format: "%Y-%m-%d" -- cgit v1.3