▲ 2 r/linuxquestions
What refresh interval is sane for a GNOME top-bar status command?
I’m using Executor in GNOME to show a small custom status line in the top bar: phone battery, controller battery, free RAM/VRAM, disk free space, etc.
It was refreshing every 5 seconds, which worked, but felt maybe excessive. I bumped it to 30 seconds because I don’t need live monitoring; I just want glanceable “is anything on fire?” telemetry.
When I’m actually troubleshooting I use btop, sensors, fastfetch, amdgpu_top, etc. The top bar is just early-warning/status context.
For people who do similar desktop telemetry: what refresh interval do you use? 5s? 15s? 30s? 60s? Do you avoid polling certain commands? I was concerned about df -h, but apparently that doesn't constantly check the SSD I'm on, so it doesn't really matter.
u/FabricatedByMan — 26 days ago