summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-12-17Merge branch 'aristocratos:main' into battery-power-2vsey
2023-12-15conditional compile on Big Sur and upJos Dehaes
2023-12-15make os compatiblejkre
2023-12-15add freebsd support for battery powerjkre
2023-12-14make discribtion in menu and settings clearerjkre
2023-12-14Only redraw battery indicator on power change if power change option is set t...jkre
2023-12-14add show_battery_power option to menujkre
2023-12-14round wattage to second decimaljkre
2023-12-14remove redundant spacejkre
2023-12-14Show wattage next to battery remaining time when wattage could be calculatedjkre
2023-12-14add power to get_battery function outputjkre
2023-12-14add power draw calculation for batteryjkre
2023-12-14clean up if statement for battery percent calculationjkre
2023-12-13use capacity as default for battery percentage, less complicated and matches ...jkre
2023-12-13add battery percentage calculation in charge casejkre
2023-12-13add case of calculating the remaining battery time for current/chargejkre
2023-12-13Introduce charge in addition to energy for laptops that use charge instead of...jkre
2023-12-13Add current_now and voltage_now to battery struct and fix naming ofjkre
2023-12-12Version bump to 1.3.0 in preparation for upcoming releasearistocratos
2023-12-12Added swap to ignore for statvfs() since it will always failaristocratos
2023-12-12Added try->catch for get_zfs_stat_file() to avoid fs erroraristocratos
2023-12-12Merge branch 'main' into cpu-modelJakob P. Liljenberg
2023-12-07simplify removal of "Apple"masiboss
2023-12-07in case apple decides to add another suffix to the cpu namemasiboss
2023-12-07cut less of cpu name if frequency is not shownmasiboss
2023-12-07fix array out of bounds on regular m chipmasiboss
2023-12-07fix cpu version not includedmasiboss
2023-12-07strip "Apple" from name of Apple silicon chipsmasiboss
2023-12-05Fix printed model name for older Intel CPUSteffen Winter
2023-11-25Squashed commit of the following:aristocratos
2023-11-25Added definition GPU_SUPPORT to toggle GPU related codearistocratos
2023-08-27Fix: Cpu gpu stats always shown when show_gpu_info is On and sizing issuesaristocratos
2023-08-27Quickfixes for MacOS and FreeBSD compilation.aristocratos
2023-08-27Merge fixaristocratos
2023-08-27Merge branch 'main' into pr/romner-set/529aristocratos
2023-08-27Changed: cpu_graph_lower Auto defaults to cpu_graph_upper when show_gpu_info ...aristocratos
2023-08-27Added show_gpu_info setting and Auto options for cpu graphsaristocratos
2023-08-26Fixed: Key 5-0 gpu box togglearistocratos
2023-08-26Squashed commit of the following:aristocratos
2023-08-26Merge pull request #590 from nobounce/dangling-reference-configJakob P. Liljenberg
2023-08-26Merge pull request #602 from jfouquart/mainJakob P. Liljenberg
2023-08-26Merge pull request #601 from joske/cleanupJakob P. Liljenberg
2023-08-25fix some warningsJos Dehaes
2023-08-25fix core checkJos Dehaes
2023-08-25Fix getting zfs pool name with '.' char in freebsdJonathan Fouquart
2023-08-23[macos] don't check /sys on macosJos Dehaes
2023-08-23[macos] fix temp sensor on system with many coresJos Dehaes
2023-08-03Fix freebsd nullptr changes and makefile for gcc12 and neweraristocratos
2023-07-30Merge pull request #539 from nobounce/replace-NULL-nullptrJakob P. Liljenberg
2023-07-27Better text editingaristocratos