Break out status component values from formatting
[khatus.git] / sanity_check
CommitLineData
64b8d3e0
SK
1#! /bin/bash
2
5ac6b3be
SK
3./bin/khatus \
4 --dir_bin ./bin \
5 --wifi_interface wlp3s0 \
64b8d3e0
SK
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 \
dffa7e60 11 -v GC_Interval=300 \
03c229bf 12 -f <(./bin/khatus_gen_bar_make_status \
ab9fe663
SK
13 -v Status_Bar='@energy,@memory,@processes,@cpu,@disk,@net,@bluetooth,@backlight,@volume,@mpd,@weather,@datetime' \
14 ) \
64b8d3e0
SK
15 ) \
16 >(stdbuf -o L ./bin/khatus_monitor_energy) \
17 >(stdbuf -o L ./bin/khatus_monitor_errors) \
cf7cff1c 18 >(stdbuf -o L ./bin/khatus_monitor_devices) \
1fb22bdb
SK
19 >(stdbuf -o L ./bin/khatus_actuate_device_add_to_automount \
20 -v Execute_On_Mount=thunar \
21 ) \
64b8d3e0 22> /dev/null
This page took 0.024822 seconds and 4 git commands to generate.