From 2d4d59f72068b1aaa64db229264e7fa9322a2629 Mon Sep 17 00:00:00 2001 From: johannst Date: Sun, 25 Feb 2018 21:53:32 +0100 Subject: removed font ionics, removed colons behind labels --- i3blocks.conf | 15 ++++++++------- i3wm.conf | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/i3blocks.conf b/i3blocks.conf index 54dc8d6..9177ab1 100644 --- a/i3blocks.conf +++ b/i3blocks.conf @@ -27,8 +27,8 @@ command=/usr/lib/i3blocks/$BLOCK_NAME markup=none -separator_block_width=15 -#separator=false +separator_block_width=7 +separator=false border_top=0 border_left=0 border_right=0 @@ -41,7 +41,7 @@ border_bottom=2 [eth] command=$HOME/.scripts/eth.sh instance=enp0s25 -label=: +label= interval=10 # light green border=#9FBC00 @@ -49,7 +49,7 @@ border=#9FBC00 [wifi] command=$HOME/.scripts/wifi.sh --ap_quality --ap_name instance=wlp3s0 -label=: +label= interval=10 # bright grey border=#928374 @@ -59,7 +59,7 @@ border=#928374 # [load_average] -label=: +label= interval=10 # red border=#cc241d @@ -70,7 +70,7 @@ border=#cc241d [battery] command=$HOME/.scripts/battery.sh -label=: +label= instance=BAT0 interval=5 # yellow - orange @@ -81,7 +81,8 @@ border=#d79921 # [volume] -label=: +label= +#label= instance=Master interval=5 # light purple diff --git a/i3wm.conf b/i3wm.conf index b70dac6..592411a 100644 --- a/i3wm.conf +++ b/i3wm.conf @@ -181,7 +181,7 @@ mode "$power_mode" { # Start i3bar bar { - font pango: xos4 Terminus, Font Awesome 5 Free, Ionicons 10 + font pango: xos4 Terminus, FontAwesome 10 position top height 26 status_command i3blocks -c ~/.i3/i3blocks.conf -- cgit v1.2.3