Diese Webseite funktioniert besser mit JavaScript.
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
ka
/
ansible-role-home
Beobachten
1
Favorisieren
0
Fork
0
Code
Issues
0
Pull-Requests
0
Releases
0
Wiki
Aktivität
Quellcode durchsuchen
i3blocks config
timer
Markus Katharina Brechtel
vor 3 Jahren
Ursprung
85c761bf69
Commit
5ae2c88242
2 geänderte Dateien
mit
9 neuen
und
4 gelöschten
Zeilen
Geteilte Ansicht
Diff-Optionen
Statistiken anzeigen
Patch-Datei herunterladen
Vergleichs-Datei herunterladen
+6
-0
tasks/i3.yaml
+3
-4
templates/i3/i3blocks.config.j2
+ 6
- 0
tasks/i3.yaml
Datei anzeigen
@@ -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
Datei anzeigen
@@ -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]