X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=sanity_check;h=b9022a12b88bdaf48e62feb72f3aff8ebc3719de;hb=ab9fe663178272812f83e496c428813e3611368f;hp=79b86d5ed105e9a2d3e0242ba39def1d2099fbcd;hpb=64b8d3e039cbaaaf73947b63c2d8150fc087cbe6;p=khatus.git diff --git a/sanity_check b/sanity_check index 79b86d5..b9022a1 100755 --- a/sanity_check +++ b/sanity_check @@ -1,12 +1,22 @@ #! /bin/bash -./bin/khatus --dir_bin ./bin --net_interfaces_to_show wlp3s0 --wifi_interface wlp3s0 \ +./bin/khatus \ + --dir_bin ./bin \ + --wifi_interface wlp3s0 \ | stdbuf -o L tee \ >(stdbuf -o L ./bin/khatus_bar \ -v Opt_Mpd_Song_Max_Chars=10 \ -v Opt_Net_Interfaces_To_Show=wlp3s0 \ -v Opt_Pulseaudio_Sink=0 \ + -v GC_Interval=300 \ + -f <(./bin/khatus_gen_make_status_bar \ + -v Status_Bar='@energy,@memory,@processes,@cpu,@disk,@net,@bluetooth,@backlight,@volume,@mpd,@weather,@datetime' \ + ) \ ) \ >(stdbuf -o L ./bin/khatus_monitor_energy) \ >(stdbuf -o L ./bin/khatus_monitor_errors) \ + >(stdbuf -o L ./bin/khatus_monitor_devices) \ + >(stdbuf -o L ./bin/khatus_actuate_device_add_to_automount \ + -v Execute_On_Mount=thunar \ + ) \ > /dev/null