Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

workspace.focus.fish.j2 283B

4 år sedan
1234567891011
  1. #!/usr/bin/fish
  2. {{ ansible_managed | comment }}
  3. i3-msg mode remote
  4. {% if workspaces[workspace].activity is defined %}
  5. {% if workspaces[workspace].activity %}
  6. ~/bin/timer begin_activity "{{workspaces[workspace].activity}}"
  7. {% else %}
  8. ~/bin/timer end_activity
  9. {% endif %}
  10. {% endif %}