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