setup-cockpit/roles/i3/files/i3blocksconfig

95 lines
1.6 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
[nagstamon]
interval=once
[apt-upgrades]
interval=3600
PENDING_SYMBOL=" "
ALWAYS_PRINT=0
PENDING_COLOR=#ffff85
NONPENDING_COLOR=#ffffff
[arch-update]
interval=30
QUIET=true
WATCH=^linux.* ^pacman.*
BASE_COLOR=#ffffff
UPDATE_COLOR=#ffffff
LABEL=<span foreground='#0088cc'> </span>
[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
[pub-ip]
interval=5
LABEL_VPN=<span foreground='#8cff8a'>旅 </span>
LABEL_IP=<span foreground='#8ccaff'>ﯱ </span>
[battery]
THRESHOLD=10
LABEL_100=
LABEL_90=
LABEL_80=
LABEL_70=
LABEL_60=
LABEL_50=
LABEL_40=
LABEL_30=
LABEL_20=
LABEL_10=
LABEL_ALERT=
LABEL_CHARGING=<span foreground='#8cff8a'></span>
interval=5
[calendar]
interval=60
LABEL=<span foreground='#ffca8c'> </span>
DATEFMT=+ %a %d %b - %H:%M
SHORTFMT=+ %d.%m.%Y
HEIGHT=180
WIDTH=220
[]