From f400ebe2b7f684de00c113cc6f77773c45aad219 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 11 May 2018 14:58:31 -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. --- (limited to '.config') diff --git a/.config/fbpanel/taskbar b/.config/fbpanel/taskbar index 0062659..784b6ad 100644 --- a/.config/fbpanel/taskbar +++ b/.config/fbpanel/taskbar @@ -58,7 +58,7 @@ Plugin { expand = false padding = 0 config { - command = /home/pj/bin/hwmon -r CPU: :k10temp/temp1 :w83795g/fan1 :fam15h_power/power1 + command = ~/lib/panel/hwmon -r CPU: :k10temp/temp1 :w83795g/fan1 :fam15h_power/power1 textsize = 7680 textcolor = #F3F3F5 pollingtime = 5 @@ -78,7 +78,7 @@ Plugin { expand = false padding = 0 config { - command = /home/pj/bin/hwmon -r GPU: :nouveau/temp1 :nouveau/fan1 :nouveau/power1 + command = ~/lib/panel/hwmon -r GPU: :nouveau/temp1 :nouveau/fan1 :nouveau/power1 textsize = 7680 textcolor = #F3F3F5 pollingtime = 5 @@ -124,7 +124,7 @@ Plugin { expand = false padding = 0 config { - command = /home/pj/bin/df-uptime -r + command = ~/lib/panel/df-uptime -r textsize = 7680 textcolor = #F3F3F5 pollingtime = 15 -- cgit v0.9.1