diff --git a/de/home/.config/eww/modules/bar/workspaces.yuck b/de/home/.config/eww/modules/bar/workspaces.yuck index b1eb10c..cbaad18 100644 --- a/de/home/.config/eww/modules/bar/workspaces.yuck +++ b/de/home/.config/eww/modules/bar/workspaces.yuck @@ -14,4 +14,5 @@ '${replace(entry.name,".*:","")}' (label :class "workspace-number" - :text {entry.num})))))) + :text {captures(entry.num, '[1-9]')})))))) +;; :text {captures(entry.num, '/.{2}$/g')}))))))