From 1b4044eaf397f70a72538bc8646b867101c4e30c Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Wed, 1 Oct 2025 23:03:18 +0100 Subject: Set yambar workspace 0 to monitor icon --- dot-config/yambar/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dot-config/yambar/config.yml') 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": -- cgit