diff options
author | P. J. McDermott <pj@pehjota.net> | 2018-05-11 14:58:31 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2018-05-11 15:00:02 (EDT) |
commit | f400ebe2b7f684de00c113cc6f77773c45aad219 (patch) | |
tree | 121f77df0b7ca813400b73e1081484b245cace2a /.config/fbpanel | |
parent | 79fb30926ba3a478679c385e8933c160194b152d (diff) | |
download | fluxbox-f400ebe2b7f684de00c113cc6f77773c45aad219.zip fluxbox-f400ebe2b7f684de00c113cc6f77773c45aad219.tar.gz fluxbox-f400ebe2b7f684de00c113cc6f77773c45aad219.tar.bz2 |
.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.
Diffstat (limited to '.config/fbpanel')
-rw-r--r-- | .config/fbpanel/taskbar | 6 |
1 files changed, 3 insertions, 3 deletions
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 |