From f445bc713b78db056b9a939c0403d021e367851a Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 12 Sep 2023 15:22:56 -0400 Subject: [PATCH] ironbar: Add name to bar This makes it possible to do things with the bar such as toggle it without killing it, however I like the advantages that restarting ironbar completely give. --- home/ironbar.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/ironbar.nix b/home/ironbar.nix index ce435d28..21a2fb3b 100644 --- a/home/ironbar.nix +++ b/home/ironbar.nix @@ -6,6 +6,7 @@ in { xdg.configFile."ironbar/config.json".text = /* json */ '' { + "name": "main", "icon_theme": "Fluent-dark", "position": "bottom", "anchor_to_edges": true,