This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-home
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'master' of git.thengo.net:ka/ansible-role-home
pull/1/head
Markus Katharina Brechtel
3 years ago
parent
493ef0590c
071fbbc04e
commit
cf6ad71176
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
templates/workspaces/workspace.focus.fish.j2
+ 4
- 0
templates/workspaces/workspace.focus.fish.j2
View File
@@ -3,5 +3,9 @@
i3-msg mode remote
{% if workspaces[workspace].activity is defined %}
{% if workspaces[workspace].activity %}
~/bin/timer begin_activity "{{workspaces[workspace].activity}}"
{% else %}
~/bin/timer end_activity
{% endif %}
{% endif %}