From 1e31c3a1d38964847c125c66a75b5b370adcae72 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 21 Aug 2021 20:32:42 -0400 Subject: .config/fbpanel/taskbar: Update paths to applet scripts Also, use a tilde instead of the full home directory path. fbpanel's genmon plugin executes the command with popen(), which invokes a shell, which will expand the tilde. --- diff --git a/.config/fbpanel/taskbar b/.config/fbpanel/taskbar index a3d370d..816bd5e 100644 --- a/.config/fbpanel/taskbar +++ b/.config/fbpanel/taskbar @@ -58,7 +58,7 @@ Plugin { expand = false padding = 0 config { - command = /home/pj/bin/batmon + command = ~/lib/panel/batmon textsize = 10240 textcolor = #F3F3F5 pollingtime = 1 @@ -71,7 +71,7 @@ Plugin { expand = false padding = 0 config { - command = /home/pj/bin/volmon + command = ~/lib/panel/volmon textsize = 10240 textcolor = #F3F3F5 pollingtime = 1 -- cgit v0.9.1