From e3ec4f560c0770ecc86951348b0f33411c7c2a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 28 Apr 2020 20:08:59 +0200 Subject: [PATCH] feat(i3): add pomodoro to emoji icon pack --- dot/i3status-rust.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/dot/i3status-rust.nix b/dot/i3status-rust.nix index 65d4114..5e68cf0 100644 --- a/dot/i3status-rust.nix +++ b/dot/i3status-rust.nix @@ -29,6 +29,7 @@ cpu = "🖥 "; memory_mem = "🧠 "; cogs = "🚦 "; + pomodoro = "🍅 "; bat = "🔋"; bat_full = "⚡"; bat_charging = "🔌";