Markus Katharina Brechtel преди 2 години
родител
ревизия
8e920fd365
променени са 2 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. +3
    -3
      tasks/i3.yaml
  2. +1
    -1
      templates/i3/i3blocks.config.j2

+ 3
- 3
tasks/i3.yaml Целия файл

@@ -1,8 +1,8 @@
---

- name: i3-py
pip:
name: i3-py
# - name: i3-py
# pip:
# name: i3-py

- name: i3 config directory
file:


+ 1
- 1
templates/i3/i3blocks.config.j2 Целия файл

@@ -30,7 +30,7 @@ command=/usr/share/i3blocks/$BLOCK_NAME
separator_block_width=15
markup=none

{% if i3blocks_ntfy_url is defined %}
{% if i3blocks_ntfy_url is defined and i3blocks_ntfy_url %}
# todo
[ntfy]
command=i3blocks-ntfy.sh {{ i3blocks_ntfy_url | quote }}