Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Registreren
Inloggen
ka
/
ansible-role-home
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Publicaties
0
Wiki
Activiteit
Bladeren bron
i3blocks config
timer
Markus Katharina Brechtel
3 jaren geleden
bovenliggende
85c761bf69
commit
5ae2c88242
2 gewijzigde bestanden
met
toevoegingen van 9
en
4 verwijderingen
Zij-aan-zij weergave
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
tasks/i3.yaml
+3
-4
templates/i3/i3blocks.config.j2
+ 6
- 0
tasks/i3.yaml
Bestand weergeven
@@ -26,6 +26,12 @@
state: directory
notify: i3 reload
- name: i3blocks config
template:
src: i3/i3blocks.config.j2
dest: ~/.config/i3blocks/config
notify: i3 reload
- name: i3wm graphical-session service
template:
src: i3/i3wm.service.j2
+ 3
- 4
templates/i3/i3blocks.config.j2
Bestand weergeven
@@ -30,13 +30,12 @@ command=/usr/share/i3blocks/$BLOCK_NAME
separator_block_width=15
markup=none
{% if with_activity %}
# activity
[activity]
command=
/opt/activity/i3blocks-activity
interval=
persist
command=
cat ~/.timer/activity.i3blocks
interval=
once
markup=pango
{% endif %}
signal=1
# hostinfo
[hostinfo]