Update .config/sway/config

This commit is contained in:
V 2022-11-26 02:38:39 +04:00
parent 9801862920
commit 5ae8b0c871
1 changed files with 1 additions and 3 deletions

View File

@ -223,9 +223,7 @@ bar {
# When the status_command prints a new line to stdout, swaybar updates.
status_command while {{ if eq .chezmoi.hostname "laptop" }}lstr=$(brightnessctl -m | cut -d, -f4 | tr -d %);bstr=$(cat /sys/class/power_supply/BAT0/capacity);{{ end }}vstr=$(wpctl get-volume @DEFAULT_AUDIO_SINK@ | cut -d' ' -f2);dstr=$(date +'%Y-%m-%d %H:%M:%S');echo "B:${bstr} 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
status_command while {{ if eq .chezmoi.hostname "laptop" }}lstr=$(brightnessctl -m | cut -d, -f4 | tr -d %);bstr=$(cat /sys/class/power_supply/BAT0/capacity);{{ end }}vstr=$(wpctl get-volume @DEFAULT_AUDIO_SINK@ | cut -d' ' -f2);dstr=$(date +'%Y-%m-%d %H:%M:%S');echo "{{if eq .chezmoi.hostname "laptop"}}B:${bstr} L:${lstr} {{end}}V:${vstr} ${dstr}"; do sleep 1; done
colors {
statusline #ffffff