setup-cockpit/dotfiles/i3/blocks

92 lines
1.7 KiB
Text

# i3blocks config file
#
# Please see man i3blocks for a complete reference!
# The man page is also hosted at http://vivien.github.io/i3blocks
#
# 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.
# Each block command defaults to the script name to avoid boilerplate.
# Change $SCRIPT_DIR to the location of your scripts!
command=scripts/$BLOCK_NAME
separator_block_width=15
markup=pango
[apt-upgrades]
interval=3600
[arch-update]
interval=30
QUIET=true
WATCH=^linux.* ^pacman.*
BASE_COLOR=#5fff5f
UPDATE_COLOR=#ffff85
LABEL=
[arch_linux_news]
interval=60
[temperature]
label=<span foreground='#c7505c'>  </span>
interval=10
[cpu_usage]
interval=10
LABEL=<span foreground='#f59335'>  </span>
[free_disk_space]
interval=10
LABEL=<span foreground='#fec7cd'>  </span>
DISK=$HOME
[corona_stats]
COUNTRY=France
interval=5
[crypto-btc]
command=scripts/crypto BTC
interval=900
[crypto-uca]
command=scripts/crypto UCA -b EUR -r 5
interval=900
[crypto-zil]
command=scripts/crypto ZIL -b EUR -r 5
interval=900
[protonvpn]
interval=5
LABEL_ON=<span foreground='#17d427'>  </span>
LABEL_OFF=<span foreground='#c90f1f'>  </span>
[battery]
command=echo " $(upower -d | grep 'percentage' | awk '{print $2}' | head -n 1) ($(upower -d | grep 'time to empty' | awk -F: '{print $2}' | awk '{print $1,$2}' | head -n 1))"
interval=5
[calendar]
interval=60
LABEL=<span foreground='#ffca8c'>  </span>
DATEFMT=+ %a %d %b - %H:%M
SHORTFMT=+ %d.%m.%Y
HEIGHT=180
WIDTH=220
[]