i3status-rust: Make icon padding machine dependent

This commit is contained in:
2022-12-16 20:53:50 +01:00
parent 5705328277
commit cd90bb119e
5 changed files with 8 additions and 1 deletions

View File

@@ -3,6 +3,8 @@ font_size_2: 12
gpu: amd
i3bar_icon_padding: " "
users:
- name: hannes
vt: 1

View File

@@ -1,6 +1,8 @@
font_size_1: 12
font_size_2: 9
i3bar_icon_padding: ""
users:
- name: hannes-work
group: hannes-work

View File

@@ -1,6 +1,8 @@
font_size_1: 12
font_size_2: 9
i3bar_icon_padding: ""
users:
- name: hannes-work
group: hannes-work

View File

@@ -29,6 +29,7 @@ dotfiles:
template: true
- from: i3/i3status-rust/config.toml
to: .config/i3status-rust/config.toml
template: true
- from: i3/i3status-rust/themes/native.toml
to: .config/i3status-rust/themes/native.toml
- from: i3/i3status-rust/icons/awesome.toml

View File

@@ -1,4 +1,4 @@
icons_format = " {icon} "
icons_format = "{{ machine.i3bar_icon_padding }}{icon}{{ machine.i3bar_icon_padding }}"
[icons]
icons = "awesome"