new, darker, colour scheme

This commit is contained in:
2018-12-27 08:27:03 +01:00
parent 6473862f8e
commit 01122b34e2
3 changed files with 24 additions and 9 deletions

View File

@@ -44,11 +44,13 @@ color=#e29e0b
command=bash ~/.config/i3/scripts/blocks/temp.sh
label=
interval=1
color=#999999
[load_average]
label=
interval=10
separator=true
color=#999999
# Memory usage
#
@@ -57,6 +59,7 @@ separator=true
label=
separator=true
interval=30
color=#999999
# Disk usage
# The directory defaults to $HOME if the instance is not specified.
@@ -67,6 +70,7 @@ label=
instance=/
interval=5
separator=true
color=#999999
# Updates
[updates]
@@ -74,6 +78,7 @@ label=
command=pacman -Qu | wc -l
interval=60
separator=true
color=#999999
# Network interface monitoring
#
@@ -92,6 +97,7 @@ label=
command=ping -c 2 8.8.8.8 | tail -1| awk '{print $4}' | cut -d '/' -f 2 | cut -f1 -d"."
interval=60
separator=true
color=#999999
# Volume indicator
#
@@ -105,6 +111,7 @@ interval=1
command=/usr/lib/i3blocks/volume 5 pulse
signal=10
separator=true
color=#999999
# Battery indicator
# The battery instance defaults to 0.
@@ -114,6 +121,7 @@ label=
#instance=1
interval=30
separator=true
color=#999999
# Date Time
[time]
@@ -121,4 +129,4 @@ label=
command=date '+%Y-%m-%d %H:%M:%S'
interval=1
separator=true
color=#999999