diff options
| author | Henry J. Webster <hwebs@hwebs.info> | 2026-08-01 11:13:12 -0500 |
|---|---|---|
| committer | Henry J. Webster <hwebs@hwebs.info> | 2026-08-01 11:13:27 -0500 |
| commit | 6c974e1cb3cddd96a26527ee630582ac310456f3 (patch) | |
| tree | 5d1348943591368a480e8a053191b2a3279706d6 | |
| parent | aeafbef493c55e25274a5cfa517cbc31e07726e2 (diff) | |
yambar: small changes
- capitalization normalization
- remove user@host for now
| -rw-r--r-- | yambar/.config/yambar/config.yml | 10 |
1 files changed, 1 insertions, 9 deletions
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" |
