コミットグラフ

13 コミット

作成者 SHA1 メッセージ 日付
守矢諏訪子 3f1f0f26e7 Wayland対応、無駄なコードを削除、色々の所はシンプル化 2023-08-27 13:41:42 +09:00
守矢諏訪子 032e920611 ロゴを追加、WMとパッケージを追加、GPUとホストを変更 2023-08-23 22:08:01 +09:00
Sridaran Thoniyil 92b105a2d5 Add get_battery_percentage() to header 2020-05-08 12:38:09 -04:00
dwzg 6ea3250b6e Merge remote-tracking branch 'upstream/master' into replace_substring 2020-04-28 22:25:06 +02:00
sam-barr 19369f8e00 Allow for support for other package managers 2020-04-27 15:00:00 -05:00
sam-barr 55f3661ae4 Reductions to code size 2020-04-27 13:31:59 -05:00
sam-barr 034f3e18de Added get_disk_usage_home and get_disk_usage_root 2020-04-27 12:02:51 -05:00
dwzg 00613632ad Add configurable way to replace strings of CPU and GPU model 2020-04-24 21:29:54 +02:00
dwzg a0974662a9 Fix wrong string length in REMOVE macro
The sizeof operator return number of chars + \0, but remove_string() expects only number of characters
2020-04-24 21:07:02 +02:00
sam-barr a110e67fe4 removed need to specify string length 2020-04-24 09:53:24 -05:00
dwzg b881e6dfc5 Add support for two GPUs
Some notebooks habe hybrid graphics and therefor multiple GPUs.
This adds a function to find GPUs in the pci device list. An index is passed to determine which GPU should be returned. If no GPU can be found for a given index, an empty string is returned.
Similiar to color1 and color2, two functions called get_gpu1 and get_gpu2 are added. The configuration now has two GPU entries, but if the seconds entry contains an empty string, it is not printed to the terminal.
Another pci class name had to be added for identification of GPUs, as my Toshiba notebook reports his NVIDIA GPU as a "3D controller" and not as a "VGA compatible controller".
2020-04-23 21:59:27 +02:00
sam-barr 1ecd3b2021 Add spacer macro for configuration 2020-04-23 10:43:12 -05:00
Allis IO ee320e67be Add in-source configuration that cooperates with caching 2020-04-22 21:31:51 -04:00