Update .config/sway/config

This commit is contained in:
V 2022-11-26 02:33:08 +04:00
parent b2ed1d1ef1
commit f24c0769a3
1 changed files with 2 additions and 2 deletions

View File

@ -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 {