Files
neofetch/source-files/0002-Add-BPM-support.patch

25 lines
696 B
Diff

From a00a17024d613f396a2e50a7d361c9237e9e56a9 Mon Sep 17 00:00:00 2001
From: EnumDev <[email protected]>
Date: Thu, 25 Sep 2025 11:20:48 +0300
Subject: [PATCH 2/2] Add BPM support
---
neofetch | 1 +
1 file changed, 1 insertion(+)
diff --git a/neofetch b/neofetch
index 49eb348b..eb101bb2 100755
--- a/neofetch
+++ b/neofetch
@@ -1504,6 +1504,7 @@ get_packages() {
has alps && tot alps showinstalled
has butch && tot butch list
has mine && tot mine -q
+ has bpm && tot bpm list -n
# Counting files/dirs.
# Variables need to be unquoted here. Only Bedrock Linux is affected.
--
2.51.0