Customize i3blocks
Specializes the information displayed to something more like I want
This commit is contained in:
parent
78a2131b59
commit
fe029205ad
@ -33,13 +33,13 @@ markup=pango
|
|||||||
# The first parameter sets the step (and units to display)
|
# The first parameter sets the step (and units to display)
|
||||||
# The second parameter overrides the mixer selection
|
# The second parameter overrides the mixer selection
|
||||||
# See the script for details.
|
# See the script for details.
|
||||||
#[volume]
|
[volume]
|
||||||
#label=VOL
|
#label=VOL
|
||||||
#label=♪
|
label=♪
|
||||||
#instance=Master
|
instance=Master
|
||||||
#instance=PCM
|
#instance=PCM
|
||||||
#interval=10
|
interval=once
|
||||||
#signal=10
|
signal=10
|
||||||
|
|
||||||
# Disk usage
|
# Disk usage
|
||||||
#
|
#
|
||||||
@ -56,7 +56,7 @@ markup=pango
|
|||||||
#
|
#
|
||||||
# The type defaults to "mem" if the instance is not specified.
|
# The type defaults to "mem" if the instance is not specified.
|
||||||
[memory]
|
[memory]
|
||||||
label=MEM
|
label=
|
||||||
separator=false
|
separator=false
|
||||||
interval=30
|
interval=30
|
||||||
|
|
||||||
@ -71,9 +71,14 @@ interval=30
|
|||||||
# The script may be called with -w and -c switches to specify thresholds,
|
# The script may be called with -w and -c switches to specify thresholds,
|
||||||
# see the script for details.
|
# see the script for details.
|
||||||
[cpu_usage]
|
[cpu_usage]
|
||||||
label=CPU
|
label=
|
||||||
interval=10
|
interval=10
|
||||||
min_width=CPU: 100.00%
|
#min_width= 100.00%
|
||||||
|
separator=false
|
||||||
|
|
||||||
|
[load_average]
|
||||||
|
label=
|
||||||
|
interval=60
|
||||||
separator=false
|
separator=false
|
||||||
|
|
||||||
# Temperature
|
# Temperature
|
||||||
@ -82,31 +87,28 @@ separator=false
|
|||||||
# The script may be called with -w and -c switches to specify thresholds,
|
# The script may be called with -w and -c switches to specify thresholds,
|
||||||
# see the script for details.
|
# see the script for details.
|
||||||
[temperature]
|
[temperature]
|
||||||
#label=TEMP
|
label=
|
||||||
interval=30
|
|
||||||
|
|
||||||
[load_average]
|
|
||||||
label=Load
|
|
||||||
interval=30
|
interval=30
|
||||||
|
|
||||||
# Network interface monitoring
|
# Network interface monitoring
|
||||||
#
|
#
|
||||||
# If the instance is not specified, use the interface used for default route.
|
# If the instance is not specified, use the interface used for default route.
|
||||||
# The address can be forced to IPv4 or IPv6 with -4 or -6 switches.
|
# The address can be forced to IPv4 or IPv6 with -4 or -6 switches.
|
||||||
[iface]
|
#[iface]
|
||||||
#instance=wlan0
|
#instance=wlan0
|
||||||
color=#00FF00
|
#color=#00FF00
|
||||||
interval=10
|
#interval=10
|
||||||
separator=false
|
#separator=false
|
||||||
|
|
||||||
[wifi]
|
#[wifi]
|
||||||
#instance=wlp3s0
|
#instance=wlp3s0
|
||||||
interval=50
|
#interval=50
|
||||||
separator=false
|
#separator=false
|
||||||
|
|
||||||
#[bandwidth]
|
[bandwidth]
|
||||||
#instance=eth0
|
label=
|
||||||
#interval=5
|
instance=enp3s0
|
||||||
|
interval=5
|
||||||
|
|
||||||
|
|
||||||
# Battery indicator
|
# Battery indicator
|
||||||
@ -122,9 +124,13 @@ separator=false
|
|||||||
# Date Time
|
# Date Time
|
||||||
#
|
#
|
||||||
[time]
|
[time]
|
||||||
command=date '+%Y-%m-%d %H:%M'
|
#label=
|
||||||
|
#command=date '+%d/%m/%Y %H:%M'
|
||||||
#command=date '+%Y-%m-%d %H:%M:%S'
|
#command=date '+%Y-%m-%d %H:%M:%S'
|
||||||
interval=55
|
#interval=59
|
||||||
|
label=
|
||||||
|
command=date '+%a, %d %b %H:%M'
|
||||||
|
interval=5
|
||||||
|
|
||||||
# Generic media player support
|
# Generic media player support
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user