shithub
gardesk
/
gartop
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
gartop
Public
Notifications
Fork
0
Star
0
Commits
trunk
Switch branches/tags
Branches
Tags
✓
trunk
default
v0.1.0
espadonne
espadonne
View commits for all users
Until Mar 27, 2026
March
2026
‹
›
Su
Mo
Tu
We
Th
Fr
Sa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
Commits on February 3, 2026
Change tree view toggle from 't' to 'T'
espadonne
committed
3 months ago
4ac25b0
Show container info in process detail view
espadonne
committed
3 months ago
5623a9f
Add emoji indicators for containerized processes in list
espadonne
committed
3 months ago
be86402
Detect Docker/Podman/k8s/LXC containers from cgroups
espadonne
committed
3 months ago
2a7e3ff
Add container field to ProcessInfo for container detection
espadonne
committed
3 months ago
fa15b39
Fetch and display GPU stats in GUI
espadonne
committed
3 months ago
d102575
Add GPU usage display to header bar
espadonne
committed
3 months ago
342f826
Add gpu_color to theme (Catppuccin sky)
espadonne
committed
3 months ago
9d84a3d
Handle GetGpu command in daemon
espadonne
committed
3 months ago
debac17
Add GPU collector to daemon state
espadonne
committed
3 months ago
b45f144
Add GPU collector reading from sysfs/drm
espadonne
committed
3 months ago
0ddda28
Add GPU IPC types (GpuDevice, GpuStats, GetGpu command)
espadonne
committed
3 months ago
4f99c07
Add per-process CPU/memory history sparklines in detail view
espadonne
committed
3 months ago
ae028c0
Add tree_view toggle ('t' key) with help menu entry
espadonne
committed
3 months ago
5c84a22
Add tree view rendering with parent-child hierarchy
espadonne
committed
3 months ago
e0f19d1
Collect parent PID (ppid) from process stat
espadonne
committed
3 months ago
c0f88e8
Add ppid field to ProcessInfo for tree view
espadonne
committed
3 months ago
bb0bb3a
Add process detail view (Enter to open, Esc to close)
espadonne
committed
3 months ago
1f8a15f
Add kill confirmation, temperature fetch, per-core bars, pane init
espadonne
committed
3 months ago
77bbe2d
Add --pane flag, allow dead_code for future features
espadonne
committed
3 months ago
32dcb72
Add default_pane config option for garbar integration
espadonne
committed
3 months ago
22b5e03
Display max temperature in header bar
espadonne
committed
3 months ago
dfa3936
Add temp_color to theme (Catppuccin peach)
espadonne
committed
3 months ago
6418383
Add temperature collection to daemon
espadonne
committed
3 months ago
d583678
Export TempCollector, remove unused ProcessNetStats
espadonne
committed
3 months ago
9c4da63
Add temperature collector (reads /sys/class/hwmon)
espadonne
committed
3 months ago
f1d25b2
Add temperature IPC types (TempStats, TempSensor, GetTemperature)
espadonne
committed
3 months ago
78c91f8
Add systemd user service file
espadonne
committed
3 months ago
bc81b54
Remove unused re-exports from gui module
espadonne
committed
3 months ago
cf5594f