mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-06 19:43:19 +02:00
- Move fresh-install/ → scripts/single_use/fresh-install/ - Move hosts/ → scripts/periodic_background/hosts/ - Move i3-configuration/ → scripts/periodic_background/i3-configuration/ - Delete linux_configuration/LaTeX/, nix-poc/, report/ (dead dirs) - Move repo-root scripts/ → meta/scripts/ - Update root .pre-commit-config.yaml: scripts/ → meta/scripts/ (9 entries) - Update run.sh ARTIFACT_INIT_SCRIPT to meta/scripts/ - Update fresh-install/main.sh: hosts/install.sh + i3-configuration/install.sh paths - Update check_python_location.sh: add meta/scripts/ to exception list - Fix midnight flakiness in test_recent_workout_returns_true: use timezone-aware local noon instead of now-1h to avoid SQL date() boundary issues
97 lines
1.3 KiB
Plaintext
97 lines
1.3 KiB
Plaintext
[cpu_monitor]
|
|
command=~/.config/i3blocks/cpu_monitor.sh
|
|
interval=10
|
|
markup=pango
|
|
|
|
|
|
[gpu_monitor]
|
|
command=~/.config/i3blocks/gpu_monitor.sh
|
|
interval=persist
|
|
markup=pango
|
|
|
|
|
|
[motherboard_temperature]
|
|
command=~/.config/i3blocks/motherboard_temp.sh
|
|
interval=30
|
|
markup=pango
|
|
|
|
|
|
[memory]
|
|
command=~/.config/i3blocks/memory.sh
|
|
interval=30
|
|
color=#50FA7B
|
|
|
|
|
|
[disk]
|
|
command=~/.config/i3blocks/disk.sh
|
|
interval=60
|
|
color=#50FA7B
|
|
|
|
|
|
|
|
|
|
[volume]
|
|
command=~/.config/i3blocks/volume.sh
|
|
interval=persist
|
|
markup=pango
|
|
|
|
|
|
|
|
[bluetooth]
|
|
command=~/.config/i3blocks/bluetooth.sh
|
|
interval=persist
|
|
color=#FFFFFF
|
|
|
|
|
|
[battery]
|
|
command=~/.config/i3blocks/battery_status.sh
|
|
interval=60
|
|
markup=pango
|
|
|
|
|
|
[ethernet]
|
|
command=~/.config/i3blocks/ethernet.sh
|
|
interval=persist
|
|
color=#FFFFFF
|
|
|
|
|
|
[wifi]
|
|
command=~/.config/i3blocks/wifi_monitor.sh
|
|
interval=persist
|
|
color=#FFFFFF
|
|
|
|
|
|
#[network_monitor]
|
|
#command=~/.config/i3blocks/network_monitor.sh
|
|
#interval=1
|
|
#color=#FFFFFF
|
|
|
|
|
|
[warp]
|
|
command=~/.config/i3blocks/warp_status.sh
|
|
interval=persist
|
|
|
|
|
|
[activitywatch]
|
|
command=~/.config/i3blocks/activitywatch_status.sh
|
|
interval=persist
|
|
color=#FFFFFF
|
|
|
|
|
|
[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
|
|
|
|
|
|
[time]
|
|
command=~/.config/i3blocks/time.sh
|
|
interval=persist
|
|
color=#50FA7B
|