summaryrefslogtreecommitdiff
path: root/components
AgeCommit message (Collapse)Author
2023-09-06Proper changes for VRAM monitoring functionality. NVIDIA + AMD support.xAlpharax
Intel support is missing as I could not have tested it, but instructions are present in vram.c Changes to be committed: modified: components/vram.c modified: config.h
2023-09-06Added the following functions: vram_perc, vram_total, vram_used.xAlpharax
Changes to be committed: modified: README modified: components/vram.c modified: config.def.h modified: config.h modified: slstatus.h
2023-09-06Integrating a VRAM monitoring comonentxAlpharax
Changes to be committed: modified: Makefile modified: README new file: components/vram.c modified: config.h modified: slstatus.h
2023-08-14Initial fork from https://git.suckless.org/slstatusxAlpharax
Changes to be committed: new file: LICENSE new file: Makefile new file: README new file: arg.h new file: components/battery.c new file: components/cat.c new file: components/cpu.c new file: components/datetime.c new file: components/disk.c new file: components/entropy.c new file: components/hostname.c new file: components/ip.c new file: components/kernel_release.c new file: components/keyboard_indicators.c new file: components/keymap.c new file: components/load_avg.c new file: components/netspeeds.c new file: components/num_files.c new file: components/ram.c new file: components/run_command.c new file: components/swap.c new file: components/temperature.c new file: components/uptime.c new file: components/user.c new file: components/volume.c new file: components/wifi.c new file: config.def.h new file: config.mk new file: slstatus.1 new file: slstatus.c new file: slstatus.h new file: util.c new file: util.h