mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-14 08:01:35 +09:00
27 lines
753 B
Plaintext
27 lines
753 B
Plaintext
{% for tag in workspace.tags %}
|
|
{% if tag.mine %}
|
|
%{A1:$SCRIPTPATH/change_to_tag {{workspace.index}} {{tag.index}}:}
|
|
%{F#000000}%{B#FFB52A} {{tag.name}} %{B-}%{F-}
|
|
%{A}
|
|
{% elsif tag.urgent %}
|
|
%{A1:$SCRIPTPATH/change_to_tag {{workspace.index}} {{tag.index}}:}
|
|
%{B#FF0000}%{F#000000} {{tag.name}} %{F-}%{B-}
|
|
%{A}
|
|
{% elsif tag.visible %}
|
|
%{A1:$SCRIPTPATH/change_to_tag {{workspace.index}} {{tag.index}}:}
|
|
%{F#000000}%{B#FFFFFF} {{tag.name}} %{B-}%{F-}
|
|
%{A}
|
|
{% elsif tag.busy %}
|
|
%{A1:$SCRIPTPATH/change_to_tag {{workspace.index}} {{tag.index}}:}
|
|
%{F#FFB52A} {{tag.name}} %{F-}
|
|
%{A}
|
|
{% else %}
|
|
%{A1:$SCRIPTPATH/change_to_tag {{workspace.index}} {{tag.index}}:}
|
|
%{F#FFFFFF} {{tag.name}} %{F-}
|
|
%{A}
|
|
{% endif %}
|
|
{% endfor %}
|
|
%{c}
|
|
{{ window_title }}
|
|
|