From be01f445ffd285234a751df4c740561f6839a6e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 5 May 2024 10:56:29 +0200 Subject: [PATCH] Remove i3 icon padding machine config --- _machines/ares.yml | 2 -- _machines/neptune.yml | 2 -- i3/i3status-rust/config.toml.j2 | 2 +- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/_machines/ares.yml b/_machines/ares.yml index 7fe8530..d1c1700 100644 --- a/_machines/ares.yml +++ b/_machines/ares.yml @@ -3,8 +3,6 @@ font_size_2: 12 gpu: amd -i3bar_icon_padding: " " - users: - name: hannes vt: 1 diff --git a/_machines/neptune.yml b/_machines/neptune.yml index aa85f17..8ed79e9 100644 --- a/_machines/neptune.yml +++ b/_machines/neptune.yml @@ -1,8 +1,6 @@ font_size_1: 12 font_size_2: 12 -i3bar_icon_padding: "" - users: - name: hannes-work vt: 1 diff --git a/i3/i3status-rust/config.toml.j2 b/i3/i3status-rust/config.toml.j2 index 99feab9..038c2b6 100644 --- a/i3/i3status-rust/config.toml.j2 +++ b/i3/i3status-rust/config.toml.j2 @@ -1,4 +1,4 @@ -icons_format = "{{ machine.i3bar_icon_padding }}{icon}{{ machine.i3bar_icon_padding }}" +icons_format = "{icon}" [icons] icons = "awesome"