Update .config/sway/config
This commit is contained in:
parent
74c34dfd22
commit
dbc967e1ae
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue