Implement user-selected status bar components
[khatus.git] / sanity_check
1 #! /bin/bash
2
3 ./bin/khatus \
4 --dir_bin ./bin \
5 --wifi_interface wlp3s0 \
6 | stdbuf -o L tee \
7 >(stdbuf -o L ./bin/khatus_bar \
8 -v Opt_Mpd_Song_Max_Chars=10 \
9 -v Opt_Net_Interfaces_To_Show=wlp3s0 \
10 -v Opt_Pulseaudio_Sink=0 \
11 -v GC_Interval=300 \
12 -f <(./bin/khatus_gen_make_status_bar \
13 -v Status_Bar='@energy,@memory,@processes,@cpu,@disk,@net,@bluetooth,@backlight,@volume,@mpd,@weather,@datetime' \
14 ) \
15 ) \
16 >(stdbuf -o L ./bin/khatus_monitor_energy) \
17 >(stdbuf -o L ./bin/khatus_monitor_errors) \
18 >(stdbuf -o L ./bin/khatus_monitor_devices) \
19 >(stdbuf -o L ./bin/khatus_actuate_device_add_to_automount \
20 -v Execute_On_Mount=thunar \
21 ) \
22 > /dev/null
This page took 0.062212 seconds and 4 git commands to generate.