Update .config/sway/config

This commit is contained in:
V 2022-11-26 03:41:43 +04:00
parent 74c34dfd22
commit dbc967e1ae
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +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 "{{if eq .chezmoi.hostname "laptop"}}B:${bstr} L:${lstr} {{end}}V:${vstr} ${dstr}"; 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