diff options
| author | Blake Romero <blake@blkrom.com> | 2025-10-01 23:03:18 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-10-01 23:03:18 +0100 |
| commit | 1b4044eaf397f70a72538bc8646b867101c4e30c (patch) | |
| tree | 8c64848e8e72842c5291f9f81d41d485912d3d5a | |
| parent | 8ca78f52f50ea06031a54ee3514df6161c794e27 (diff) | |
Set yambar workspace 0 to monitor icon
| -rwxr-xr-x | dot-config/yambar/config.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dot-config/yambar/config.yml b/dot-config/yambar/config.yml index 8ed2d0d..5ae6391 100755 --- a/dot-config/yambar/config.yml +++ b/dot-config/yambar/config.yml @@ -191,7 +191,10 @@ workspace: &workspace on-click: *select-workspace default: {string: {text: "{name}"}} conditions: - name == "0": {string: {text: ""}} + name == "0" && state != focused: + string: {text: "", foreground: *fgdim} + name == "0" && state == focused: + string: {text: "", foreground: *fg} state == "focused": string: {text: "{name}", foreground: *fg} state == "urgent": |
