testsAndMisc/linux_configuration/i3-configuration/i3blocks/config

94 lines
1.4 KiB
Plaintext
Raw Normal View History

2024-11-15 14:06:42 +01:00
[cpu_monitor]
command=~/.config/i3blocks/cpu_monitor.sh
interval=5
markup=pango
[gpu_monitor]
2024-11-15 14:06:42 +01:00
command=~/.config/i3blocks/gpu_monitor.sh
2024-11-15 11:49:36 +01:00
interval=5
markup=pango
2024-11-15 11:49:36 +01:00
[motherboard_temperature]
command=~/.config/i3blocks/motherboard_temp.sh
interval=5
2024-11-15 11:49:36 +01:00
2024-11-15 11:49:36 +01:00
[memory]
command=free -h | awk '/^Mem:/ {print " " $3 "/" $2}' #  for RAM
interval=5
2024-11-15 11:49:36 +01:00
color=#50FA7B
2024-11-15 11:49:36 +01:00
[disk]
command=df -h / | awk '/\// {print " " $3 "/" $2}' #  for disk
interval=60
2024-11-15 11:49:36 +01:00
color=#50FA7B
2024-11-15 11:59:05 +01:00
[volume]
command=~/.config/i3blocks/volume.sh
interval=1
2024-11-15 11:59:05 +01:00
[bluetooth]
command=~/.config/i3blocks/bluetooth.sh
interval=5
color=#FFFFFF
2024-11-15 11:59:05 +01:00
2024-11-15 13:13:49 +01:00
[battery]
command=~/.config/i3blocks/battery_status.sh
interval=1
2024-11-15 11:59:05 +01:00
2024-11-15 11:49:36 +01:00
[ethernet]
command=ip -o -4 addr show | grep -E 'enp6s0|eth0' | awk '{print " "$4}' || echo " down" #  for Ethernet
2024-11-15 11:49:36 +01:00
interval=10
color=#FFFFFF
2024-11-15 11:49:36 +01:00
[wifi]
command=~/.config/i3blocks/wifi_monitor.sh
interval=10
color=#FFFFFF
#[network_monitor]
#command=~/.config/i3blocks/network_monitor.sh
#interval=1
#color=#FFFFFF
2024-11-15 11:49:36 +01:00
[warp]
command=~/.config/i3blocks/warp_status.sh
interval=60
[activitywatch]
command=~/.config/i3blocks/activitywatch_status.sh
interval=10
color=#FFFFFF
2025-07-07 12:45:54 +02:00
[pc_startup]
command=~/.config/i3blocks/pc_startup_status.sh
interval=30
color=#FFFFFF
[shutdown_countdown]
command=~/.config/i3blocks/shutdown_countdown.sh
interval=60
markup=pango
2024-11-15 11:49:36 +01:00
[time]
command=echo " $(date '+%Y-%m-%d %H:%M')" #  for time (Font Awesome icon)
2024-11-15 11:49:36 +01:00
interval=1
color=#50FA7B