diff options
Diffstat (limited to 'i3blocks.conf')
-rw-r--r-- | i3blocks.conf | 15 |
1 files changed, 13 insertions, 2 deletions
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 |