53 lines
800 B
Text
53 lines
800 B
Text
# i3blocks config file changed for EndeavourOS-i3 setup
|
|
|
|
# List of valid properties:
|
|
# align
|
|
# color
|
|
# command
|
|
# full_text
|
|
# instance
|
|
# interval
|
|
# label
|
|
# min_width
|
|
# name
|
|
# separator
|
|
# separator_block_width
|
|
# short_text
|
|
# signal
|
|
# urgent
|
|
|
|
# Global properties
|
|
#
|
|
# The top properties below are applied to every block, but can be overridden.
|
|
separator=false
|
|
markup=pango
|
|
|
|
[battery]
|
|
command=~/.config/i3/scripts/battery2
|
|
interval=60
|
|
|
|
[simple]
|
|
fulltext=" "
|
|
interval=persist
|
|
|
|
[pavucontrol]
|
|
full_text=
|
|
command=pavucontrol
|
|
|
|
[volume-pulseaudio]
|
|
command=~/.config/i3/scripts/volume
|
|
instance=Master
|
|
interval=1
|
|
|
|
[simple2]
|
|
full_text=<big><b>/</b></big>
|
|
color=#bdae93
|
|
|
|
[time]
|
|
full_text=" "
|
|
command=date '+%a %d %b %H:%M'
|
|
interval=60
|
|
|
|
[shutdown_menu]
|
|
full_text=" "
|
|
command=~/.config/i3/scripts/powermenu
|