Adjust naming convention and fix usage
[khatus.git] / bin / khatus
index 8ae2039..87b137a 100755 (executable)
@@ -207,9 +207,9 @@ main() {
     | stdbuf -o L tee \
         >(stdbuf -o L "$bin"/khatus_bar \
             -F "$MSG_FS" \
-            -v opt_mpd_song_max_chars=10 \
-            -v opt_net_interfaces_to_show="${opts['--net_interfaces_to_show']}" \
-            -v opt_pulseaudio_sink="${opts['--pulseaudio_sink']}" \
+            -v Opt_Mpd_Song_Max_Chars=10 \
+            -v Opt_Net_Interfaces_To_Show="${opts['--net_interfaces_to_show']}" \
+            -v Opt_Pulseaudio_Sink="${opts['--pulseaudio_sink']}" \
         | "$bin"/khatus_actuate_status_bar_to_xsetroot_name \
         ) \
         >(stdbuf -o L "$bin"/khatus_monitor_energy \
This page took 0.017206 seconds and 4 git commands to generate.