mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-07-27 20:53:34 +02:00
screenshot, terminal arrows, symlinks, wallpaper and block update
This commit is contained in:
@@ -35,15 +35,6 @@ separator_block_width=13
|
||||
interval=1
|
||||
color=#e29e0b
|
||||
|
||||
# CPU usage
|
||||
#
|
||||
# The script may be called with -w and -c switches to specify thresholds,
|
||||
# see the script for details.
|
||||
[cpu_usage]
|
||||
label=
|
||||
interval=10
|
||||
separator=true
|
||||
|
||||
# Temperature
|
||||
#
|
||||
# Support multiple chips, though lm-sensors.
|
||||
@@ -54,6 +45,11 @@ command=bash ~/.config/i3/scripts/blocks/temp.sh
|
||||
label=
|
||||
interval=1
|
||||
|
||||
[load_average]
|
||||
label=
|
||||
interval=10
|
||||
separator=true
|
||||
|
||||
# Memory usage
|
||||
#
|
||||
# The type defaults to "mem" if the instance is not specified.
|
||||
@@ -72,31 +68,38 @@ instance=/
|
||||
interval=5
|
||||
separator=true
|
||||
|
||||
# Updates
|
||||
[updates]
|
||||
label=
|
||||
command=pacman -Qu | wc -l
|
||||
interval=60
|
||||
separator=true
|
||||
|
||||
# Network interface monitoring
|
||||
#
|
||||
# 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.
|
||||
[iface]
|
||||
#instance=wlan0
|
||||
label=
|
||||
color=#0fad3c
|
||||
interval=10
|
||||
separator=true
|
||||
|
||||
[wifi]
|
||||
#instance=wlp3s0
|
||||
interval=10
|
||||
# ping
|
||||
[ping]
|
||||
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
|
||||
|
||||
#[load_average]
|
||||
#interval=10
|
||||
|
||||
# Volume indicator
|
||||
#
|
||||
# The first parameter sets the step (and units to display)
|
||||
# The second parameter overrides the mixer selection
|
||||
# See the script for details.
|
||||
[volume]
|
||||
label=
|
||||
label=
|
||||
instance=Master
|
||||
interval=1
|
||||
command=/usr/lib/i3blocks/volume 5 pulse
|
||||
@@ -114,6 +117,7 @@ separator=true
|
||||
|
||||
# Date Time
|
||||
[time]
|
||||
label=
|
||||
command=date '+%Y-%m-%d %H:%M:%S'
|
||||
interval=1
|
||||
separator=true
|
||||
|
Reference in New Issue
Block a user