diff --git a/dot_config/sway/config.tmpl b/dot_config/sway/config.tmpl index 5619da2..b178df6 100644 --- a/dot_config/sway/config.tmpl +++ b/dot_config/sway/config.tmpl @@ -224,8 +224,8 @@ bar { # When the status_command prints a new line to stdout, swaybar updates. # The default just shows the current date and time. #status_command while cat /sys/class/power_supply/BAT0/capacity | sed "s/^/B:/";do sleep 1B; done - #status_command while date +'%Y-%m-%d %I:%M:%S %p'; do sleep 1; done - status_command while vstr=$(wpctl get-volume @DEFAULT_AUDIO_SINK@ | cut -d' ' -f2);dstr=$(date +'%Y-%m-%d %H:%M:%S');echo "V:${vstr} ${dstr}"; do sleep 1; done + status_command while {{ if eq .chezmoi.hostname "laptop" }}lstr=$(brightnessctl -m | cut -d, -f4 | tr -d %);{{ end }}vstr=$(wpctl get-volume @DEFAULT_AUDIO_SINK@ | cut -d' ' -f2);dstr=$(date +'%Y-%m-%d %H:%M:%S');echo "L:{$lstr} V:${vstr} ${dstr}"; do sleep 1; done + #status_command while (date +'%Y-%m-%d %I:%M:%S %p'| tr '\n' ' ' && cat /sys/class/power_supply/BAT0/capacity | sed "s/^/B:/";); do sleep 1; done colors {