Commit Graph

613 Commits

Author SHA1 Message Date
Linus Dierheimer 00fdb8a0c4 Generic Linux logo 2022-03-09 17:39:36 +01:00
shivanandvp 4e68c09f27 Adding RebornOS to the supported logos (#140)
* feat: Add logos for RebornOS

* feat: Decrease the size of the RebornOS logo and prepare a better small RebornOS logo

* fix: Align text for both the regular and small RebornOS logos
2022-03-08 18:39:23 +01:00
Linus Dierheimer b5a36b0825 Update README.md 2022-03-08 12:13:01 +01:00
Linus Dierheimer 231016264b Update CMakeLists.txt 2022-03-08 12:03:21 +01:00
Linus Dierheimer 0451852e34 Install License with cmake too 2022-03-08 11:59:06 +01:00
Linus Dierheimer b9dfe1f858 Fix compilation warnings 2022-03-08 11:07:31 +01:00
Linus Dierheimer 51bbff4741 Zorin Logo 2022-03-08 10:47:04 +01:00
Linus Dierheimer 7c9b5c2c61 Update datetime.c 2022-02-25 15:06:24 +01:00
Linus Dierheimer fd450bcccc Date Time support 2022-02-25 13:30:37 +01:00
Linus Dierheimer 0cb6e40bac Fix neofetch preset 2022-02-21 14:44:46 +01:00
Linus Dierheimer 9c20c50c3d Merge pull request #136 from CyberTailor/master
CMake improvements
2022-02-21 14:40:41 +01:00
Anna “CyberTailor” aa9dd9c155 CMakeLists.txt: make tests optional
Run test-strbuf using ctest.
2022-02-21 12:30:06 +05:00
Anna “CyberTailor” 415c097489 CMakeLists.txt: use git only when in repository
Allow building fastfetch from tarballs with -DPROJECT_VERSION and
-DPROJECT_VERSION_MAJOR options.
2022-02-21 12:30:06 +05:00
Anna “CyberTailor” 109026211c CMakeLists: add installation target 2022-02-21 12:30:05 +05:00
Linus Dierheimer ed63ef1a28 Support detecting artist if a browser is current media player 2022-02-14 13:04:57 +01:00
Linus Dierheimer f54ac1c4e6 Update tests 2022-02-14 12:04:54 +01:00
Linus Dierheimer 313084f91c Update presets 2022-02-14 11:44:10 +01:00
Linus Dierheimer 59bd9927a4 Fix concating of song artists 2022-02-14 11:08:04 +01:00
Linus Dierheimer e2be34e23d Update DEVELOPMENT.md 2022-02-14 01:12:26 +01:00
Linus Dierheimer 3ca3687993 Update README.md 2022-02-14 00:48:35 +01:00
Linus Dierheimer c066446685 Update GitHub Actions again 2022-02-14 00:43:56 +01:00
Linus Dierheimer ecb38e8d20 Update GitHub Actions 2022-02-14 00:41:11 +01:00
Linus Dierheimer c800077b73 Fix GitHub actions once again 2022-02-14 00:35:54 +01:00
Linus Dierheimer fcea3649e2 Fix GitHub actions again 2022-02-14 00:29:54 +01:00
Linus Dierheimer eaaa2705d3 Fix GitHub actions 2022-02-14 00:25:51 +01:00
Linus Dierheimer a32b1c5887 Update github actions to support song and media player update 2022-02-14 00:18:22 +01:00
Linus Dierheimer cfb5d204a1 Media player and song detection! 2022-02-13 23:51:13 +01:00
Linus Dierheimer d6ae32374e Update DEVELOPMENT.md 2022-02-13 13:26:00 +01:00
Linus Dierheimer 451848f6fd Small improvements to code quality 2022-02-12 22:30:57 +01:00
Linus Dierheimer a7728f61fb Battery: show full status 2022-02-12 18:20:00 +01:00
Linus Dierheimer fb3028cafa Update DEVELOPMENT.md 2022-02-12 12:45:00 +01:00
Linus Dierheimer ea5b663b16 Rename class to deviceClass, so cpp linters don't see a problem 2022-02-12 12:38:14 +01:00
Linus Dierheimer 9659f8c7b1 Add AUR packaging as submodul 2022-02-12 12:31:42 +01:00
Linus Dierheimer 3f64ef0876 Show emerge packages earlier in list 2022-02-12 12:13:02 +01:00
Linus Dierheimer 8c6cb9405d Use FFstrbuf in emerge package counting 2022-02-12 12:06:16 +01:00
Viorel 8a754f5b89 Add packages support for Gentoo Linux (#131)
Count packages installed by Gentoo emerge
2022-02-12 11:16:14 +01:00
Linus Dierheimer 5f965ac787 Fixed two compiler warnings 2022-02-09 15:22:57 +01:00
Linus Dierheimer bc8887fb42 Improved compile time by compiling common sources as a static lib 2022-02-09 15:20:07 +01:00
Linus Dierheimer 2ff3595251 Update DEVELOPMENT.md 2022-02-09 11:14:20 +01:00
Linus Dierheimer 47a58ad7b5 Update build-deb-package.yml 2022-02-08 19:30:55 +01:00
Linus Dierheimer ec523e0274 Update DEVELOPMENT.md 2022-02-08 19:28:05 +01:00
xzvf 87e410e0fc Add a Github Action to build and package fastfetch for Debian. (#127)
* Create a build.yml file

* add debian packaging

untested

* Copy & Paste is hard

* Fix typo, libRpm -> librpm

* Change working-dir

* Try again. Maybe now it will find the deb package

* Add more dependencies

* This should be it, hopefully

* Fix installed packages

* Change the name of the auto-created releases

* Document GH action

* Remove unnecessary packages. 

Apparently brute-forcing dependencies until the build is successful is not a good strategy.

* Move building the packaging into a seperate github action.

* Remove packaging from test Action
2022-02-08 19:15:28 +01:00
Linus Dierheimer cc43ed2351 Merge pull request #130 from ceamac/features/cmake/options
Make dependencies check optional
2022-02-08 11:51:08 +01:00
Viorel a28c4600f4 Make dependencies check optional 2022-02-08 07:10:46 +02:00
Linus Dierheimer 7ad73d3ba1 Fix arco linux logo 2022-01-29 10:32:23 +01:00
Linus Dierheimer f72ec8a99f Updated screenshot 2022-01-23 13:54:56 +01:00
Linus Dierheimer 6107241f4a Update README.md 2022-01-23 12:08:58 +01:00
Linus Dierheimer 68e8ddce6f Update README.md 2022-01-23 12:07:49 +01:00
Linus Dierheimer 1a57d82675 Update README.md 2022-01-23 12:07:04 +01:00
Linus Dierheimer c662416b33 Update README.md 2022-01-23 12:02:26 +01:00