35 lines
512 B
Plaintext
Raw Normal View History

2023-10-29 19:09:51 +05:30
command=~/.config/i3blocks/scripts/$BLOCK_NAME
color=#676E7D
separator=false
separator_block_width=0
interval=once
[battery]
interval=10
[separator]
[date]
command=date "+ %d-%m-%y"
interval=1
[separator]
[time]
command=date "+ %I:%M:%S"
interval=1
[separator]
[sound]
command=echo " ""$(echo $(amixer sget Master) | cut -d "[" -f2 | cut -d "]" -f1)"
interval=1
[separator]
[brightness]
command=echo " ""$(echo $(brightnessctl -q) | cut -d "(" -f2 | cut -d ")" -f1)"
interval=1
[separator]