Psensor Graph Visibility Trick
- Graph pane hidden?
If your graphs are not showing after changing colors or other settings, don’t panic. Psensor uses a three-pane layout, and sometimes the divider collapses the graph pane. Simply hover between the first (graph) and second (values) panes and drag the divider to reveal the graphs. No reinstall needed:
Or via commands:
2. Persistent issues
If panes remain invisible or behave strangely, reset all Psensor settings:
dconf reset -f /apps/psensor/
Then relaunch Psensor with X11 for GTK consistency:
env GDK_BACKEND=x11 psensor
You may need to adjust the divider once on first launch.
-
Optional: set a sane default divider
dconf write /apps/psensor/interface-window-divider-pos 300
Adjust 300 to your screen width to make the graph pane visible by default.
This handles the “hidden graph pane” bug that pops up after color or layout changes, without needing to touch installations.