27 lines
475 B
Text
27 lines
475 B
Text
# i3blocks configuration file
|
|
#
|
|
# The i3blocks man page describes the usage of the binary,
|
|
# and its website describes the configuration:
|
|
#
|
|
# https://vivien.github.io/i3blocks
|
|
|
|
|
|
# Global properties
|
|
separator=true
|
|
separator_block_width=15
|
|
|
|
[public-ip]
|
|
command=wget -qO - icanhazip.com
|
|
interval=once
|
|
|
|
|
|
[time]
|
|
command=date '+%m-%d %H:%M'
|
|
#command=date '+%Y-%m-%d %I:%M'
|
|
interval=1
|
|
|
|
[click]
|
|
full_text=[Keyboard]
|
|
command=sh /home/fred/scripts/VM/keyboard_vm.sh
|
|
color=#00FF00
|
|
|