1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

i3/blocks: update icons and configuration

This commit is contained in:
Joe Groocock 2018-07-30 09:15:11 +01:00
parent f0508fe73e
commit c89a3829dc
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86
3 changed files with 7 additions and 32 deletions

View File

@ -31,63 +31,38 @@ markup=none
align=center
color=#F3F4F5
separator=false
separator_block_width=12
#[window title]
#command=xtitle -s #| sed 's/^$/ /g'"
#color=#A6D1FA
#align=center
#min_width=700
#interval=persist
separator_block_width=14
[volume]
interval=persist
signal=10
[separator]
[iface]
label=
label=
interval=60
signal=15
[separator]
[updates]
label=
label=
interval=600
signal=5
[separator]
[cpu_usage]
label=
label=
interval=persist
[separator]
[memory]
label=
label=
interval=10
[separator]
[temperature]
label=
interval=5
[separator]
#[battery]
#label=
#interval=5
[keyboard]
label=
interval=30
[separator]
[clock]
interval=5
min_width=" 00:00"

View File

@ -16,7 +16,7 @@
TYPE="${BLOCK_INSTANCE:-mem}"
if [ $BLOCK_BUTTON -gt 0 ]; then
if [ ${BLOCK_BUTTON--1} -gt 0 ]; then
i3-sensible-terminal -r floating-term --geometry 100x54 -e 'top -d 0.1'
fi

View File

@ -9,7 +9,7 @@ AUDIO_MED_SYMBOL=' '
AUDIO_LOW_THRESH=0
AUDIO_LOW_SYMBOL=' '
AUDIO_MUTED_SYMBOL='X'
AUDIO_MUTED_SYMBOL=''
AUDIO_INTERVAL=5