diff options
author | johannst <stoelp@eit.uni-kl.de> | 2018-02-25 21:53:32 +0100 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2018-02-25 21:53:32 +0100 |
commit | 2d4d59f72068b1aaa64db229264e7fa9322a2629 (patch) | |
tree | 28cd6000827a8da9d9921cd077ae66d939629f8f | |
parent | 7a9799f7f9f2b8d1a0aa6d3747c0f0232f4e1ba0 (diff) | |
download | dotfiles-2d4d59f72068b1aaa64db229264e7fa9322a2629.tar.gz dotfiles-2d4d59f72068b1aaa64db229264e7fa9322a2629.zip |
removed font ionics, removed colons behind labels
-rw-r--r-- | i3blocks.conf | 15 | ||||
-rw-r--r-- | 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 @@ -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 |