diff options
| author | Henry J. Webster <hwebs@hwebs.info> | 2026-07-30 17:34:37 -0500 |
|---|---|---|
| committer | Henry J. Webster <hwebs@hwebs.info> | 2026-07-30 17:34:37 -0500 |
| commit | 8d91c4954c8ede0ebc6d2256e0a5864517ecd65a (patch) | |
| tree | 6b520f5d89247f2b401f6c0eeb539e50731fe248 /yambar | |
| parent | 574f1bcedd2a8eef0cfdf059c3038291bbf6e4e4 (diff) | |
(yambar) work on symbols
Diffstat (limited to 'yambar')
| -rw-r--r-- | yambar/.config/yambar/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yambar/.config/yambar/config.yml b/yambar/.config/yambar/config.yml index 8ee2ad8..632aa7e 100644 --- a/yambar/.config/yambar/config.yml +++ b/yambar/.config/yambar/config.yml @@ -31,9 +31,9 @@ bar: poll-interval: 5000 content: map: - default: {string: {text: "\uf538 {percent_used}%"}} + default: {string: {text: "\uefc5 {percent_used}%"}} conditions: - percent_used > 85: {string: {text: "\uf538 {percent_used}%", foreground: ff5555ff}} + percent_used > 85: {string: {text: "\uefc5 {percent_used}%", foreground: ff5555ff}} - label: content: {string: {text: "|"}} - script: |
