From d927b9d4a347f4bd990fdae242a5aec1b8d5e8b0 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Thu, 5 May 2022 03:44:07 +0200 Subject: [PATCH] Spaces between usernames --- profiles/xsession/polybar.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/xsession/polybar.nix b/profiles/xsession/polybar.nix index 8c83e2b..17af9c5 100644 --- a/profiles/xsession/polybar.nix +++ b/profiles/xsession/polybar.nix @@ -222,12 +222,12 @@ in if pvv_status is not None: result += "PVV: " for player in pvv_status.players.sample: - result += player.name + result += player.name + " " result += "\n" if dods_status is not None: result += "DODS: " for player in dods_status.players.sample: - result += player.name + result += player.name + " " result += "\n" notify2.init('Minecraft Server Status')