1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-07-07 08:09:13 +00:00
dotfiles/files/i3/.config/i3blocks/config
2021-06-22 15:31:15 +05:30

144 lines
2.3 KiB
Plaintext

# 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=/home/nemo/.config/i3blocks/$BLOCK_NAME/$BLOCK_NAME
separator_block_width=15
markup=none
#[wifi]
#label=wifi:
#align=left
#interval=5
[pomodoro]
command=/home/nemo/projects/go/bin/openpomodoro-cli status
interval=1
color=#e74c3c
[weather]
command=curl -Ss 'https://wttr.in/Bangalore?0&T&Q' | cut -c 16- | head -2 | xargs echo
# Every 30 minutes
interval=1800
color=#A4C2F4
[ip]
command=ip address show dev wlan0 | grep inet | head -n1 | cut -d ' ' -f 6
interval=3600
color=#91E78B
#[volume]
#LABEL=♪
#interval=once
#signal=10
# I rarely run out of memory, so this is commented
#[memory]
#separator=|
#interval=30
[dunst]
interval=once
format=json
markup=pango
# Shows disk space remaining in /home
[disk]
interval=30
label=Disk
[bandwidth2]
interval=persist
markup=pango
LABEL=
interval=60
[cpu_usage2]
markup=pango
interval=persist
min_width=CPU 100.00%
REFRESH_TIME=1
LABEL=CPU
WARN_PERCENT=50
CRIT_PERCENT=80
DECIMALS=2
[load_average]
label=🗠
interval=10
# Battery indicator
#
# The battery instance defaults to 0.
#[battery]
#label=BAT
#label=⚡
#interval=30
# Generic media player support
#
# This displays "ARTIST - SONG" if a music is playing.
# Supported players are: spotify, vlc, audacious, xmms2, mplayer, and others.
[mediaplayer]
instance=%any
interval=5
signal=10
[nm-vpn]
interval=20
[rofi-calendar]
interval=30
LABEL=
FONT=Monospace 10
[time]
command=date '+%H:%M'
interval=60
[temperature]
interval=10
T_WARN=85
T_CRIT=90
SENSOR_CHIP=coretemp-isa-0000
interval=2
[monitor_manager]
interval=once
SHOW_ON_OFF=1
SHOW_NAMES=0
SHOW_PRIMARY=0
SHOW_MODE=1
SHOW_BLANKED=0
SHOW_DUPLICATE=0
SHOW_ROTATION=0
SHOW_REFLECTION=0
SHOW_BRIGHTNESS=0
SHOW_BRIGHTNESS_VALUE=0
SHOW_UP_DOWN=0
FONT_FAMILY=DejaVu Sans Mono
FONT_SIZE=12
CLOSE_TO_BOUNDARY_BUFFER=30