From 7fda85846a703ef6955cc34b9cd52aca1b51ddc4 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 17 Jul 2023 22:10:29 -0400 Subject: [PATCH] ironbar(launcher): Add back favorites Might change this later. The main advantage of favorites is that it becomes trivial to launch various systemd-nspawn containers, although admittedly the same feat can be achieved through creating .desktop-like files for thunar. --- home/ironbar.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/home/ironbar.nix b/home/ironbar.nix index fbc8f36d..df9aafb4 100644 --- a/home/ironbar.nix +++ b/home/ironbar.nix @@ -20,7 +20,17 @@ "center": [ { - "type": "launcher" + "type": "launcher", + "favorites": [ + "librewolf", + "kitty", + "thunar", + "srb2", + "org.qutebrowser.qutebrowser", + "Logseq", + "spek", + "mullvadbrowser" + ] } ],