From 4d1991fdde86152510327a32e033f14163b82302 Mon Sep 17 00:00:00 2001 From: johannst Date: Wed, 20 Nov 2019 21:39:30 +0100 Subject: added redshift i3blocks entry + script to control --- i3blocks.conf | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'i3blocks.conf') diff --git a/i3blocks.conf b/i3blocks.conf index 5e0e77c..d0f66e5 100644 --- a/i3blocks.conf +++ b/i3blocks.conf @@ -30,20 +30,31 @@ command=/usr/lib/i3blocks/$BLOCK_NAME markup=none separator_block_width=7 -separator=false +separator=true border_top=0 border_left=0 border_right=0 border_bottom=2 +# +# Misc +# + +[redshift] +command=$HOME/.scripts/redshift.sh +label=🌡️ +interval=once +border=#a8a8a8 + # # Network # [vpn] command=echo "$(expressvpn status | head -n1 | sed 's/\x1b\[[0-9;]*m//g')" -label=VPN +label= interval=30 +border=#000000 [eth] command=$HOME/.scripts/eth.sh -- cgit v1.2.3