This website works better with JavaScript.
首頁
探索
說明
註冊
登入
ka
/
ansible-role-home
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
i3blocks config
timer
Markus Katharina Brechtel
3 年之前
父節點
85c761bf69
當前提交
5ae2c88242
共有
2 個文件被更改
,包括
9 次插入
和
4 次删除
分割檢視
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
查看文件
@@ -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
查看文件
@@ -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]