dotfiles/.config/i3blocks/config

55 lines
1.1 KiB
Plaintext
Raw Normal View History

2021-11-15 20:32:56 +01:00
#[WEATHER_SIGNALER]
#command=~/.config/i3blocks/weather/weather_signaler
#interval=once
#[WEATHER]
#command=~/.config/i3blocks/weather/weather_info.sh
#interval=300
#color=#FEC925
#signal=2
[KERNEL]
command=~/.config/i3blocks/kernel/kernel_version.sh
2021-11-13 19:24:20 +01:00
interval=300
2021-12-04 21:33:24 +01:00
color=#7ECEF1
2021-11-13 19:24:20 +01:00
[CPU]
2021-12-04 21:33:24 +01:00
#full_text= CPU: 0.00% @ +00.0°C
2021-11-13 19:24:20 +01:00
command=~/.config/i3blocks/cpu/cpu_info.sh
2021-11-14 22:44:33 +01:00
interval=2
2021-12-04 21:33:24 +01:00
color=#C16BD8
2021-11-13 19:24:20 +01:00
[MEM]
2021-12-04 21:33:24 +01:00
command=free -h | awk '/Mem:/ { printf(" %5s / %s \n", $3, $2) }'
2021-11-13 19:24:20 +01:00
interval=1
2021-12-04 21:33:24 +01:00
color=#BBDD96
2021-11-13 19:24:20 +01:00
2021-12-04 21:33:24 +01:00
[DISK]
command=df -h / | awk '/\//{ printf(" %4s / %s \n", $4, $2) }'
interval=2
color=#A66167
#[BATTERY]
#command=~/.config/i3blocks/battery/battery_info.sh
#interval=3
#[SOUND_BURST]
#command=~/.config/i3blocks/sound/sound_burst.sh
#command=amixer get Master | awk -F'[][]' 'END{ print $4":"$2 }' | sed 's/on://g'
#interval=once
#color=#C3CD72
2021-11-13 19:24:20 +01:00
[SOUND]
2021-12-04 21:33:24 +01:00
#full_text= 🔇: 0%
#command=~/.config/i3blocks/sound/sound_info.sh
command=amixer get Master | awk -F'[][]' 'END{ print $4":"$2 }' | sed 's/on://g'
2021-11-13 19:24:20 +01:00
interval=2
signal=1
2021-12-04 21:33:24 +01:00
color=#C3CD72
2021-11-13 19:24:20 +01:00
[TIME_DATE]
2021-11-13 22:57:59 +01:00
command=date +" %a, %d %b - %H:%M"\ \
2021-11-13 19:24:20 +01:00
interval=1
2021-12-04 21:33:24 +01:00
color=#7ECEF1
2021-11-13 22:57:59 +01:00