From bed4d20e60b1c48ea892e6f9c5970fa5f459acdd Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 5 Jul 2023 11:30:58 -0400 Subject: [PATCH] ironbar: Don't use favorites Unfortunately, there are too many issues with favorite applications at this time to warrant the usage of them. On the bright side, only showing open applications makes it easy to determine all applications that are open at a glance. --- home/ironbar.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/home/ironbar.nix b/home/ironbar.nix index badf1c00..21c567b7 100644 --- a/home/ironbar.nix +++ b/home/ironbar.nix @@ -20,14 +20,7 @@ "center": [ { - "type": "launcher", - "favorites": [ - "librewolf", - "kitty", - "thunar", - "osu!", - "qutebrowser" - ] + "type": "launcher" } ],