From 24d7f65428bf034ed7ad5181ced89be493838adc Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sun, 9 Nov 2025 17:07:53 +0000 Subject: Add custom/apps module --- modules.jsonc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'modules.jsonc') diff --git a/modules.jsonc b/modules.jsonc index 71f0d04..d039d5b 100644 --- a/modules.jsonc +++ b/modules.jsonc @@ -1,4 +1,12 @@ { + "custom/apps": { + "format" : "󰕰", + "tooltip": false, + "on-click": "pkill nwggrid || nwggrid" + // "on-click": "wmenu-run -p 'Run:' -f 'Hack Nerd Font 14' -M 00ffff -m 000000 -N 000000 -n aaaaaa -S 00ffff -s 000000" + + }, + "custom/menu": { "format" : "", "tooltip": false, -- cgit