From 02ef74c918fbeed3cc3cb7334e4956521306f2d3 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 13 Jul 2024 04:27:30 +0100 Subject: [PATCH] Add overview comment to bluetooth_info.pl --- bluetooth_info.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bluetooth_info.pl b/bluetooth_info.pl index b1eb644..90d17d2 100755 --- a/bluetooth_info.pl +++ b/bluetooth_info.pl @@ -1,4 +1,5 @@ #!/usr/bin/perl -l +# Perl script to display information about connected bluetooth devices. Designed to be used with polybar use strict; use warnings;