From 182aa09397b1bc9b797c8ac1e169ddec045fadad Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 25 Dec 2022 07:34:30 +0000 Subject: [PATCH] Switch filename title to new naming convention. Update copyright year range to prepare for 2023. Add licensing information. Add build number to versioning system. Remove unnecessary line breaks. --- neofetch/config.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/neofetch/config.conf b/neofetch/config.conf index e936365..a533445 100755 --- a/neofetch/config.conf +++ b/neofetch/config.conf @@ -1,12 +1,12 @@ -# Neofetch Configuration File. +# Neofetch - Configuration -# Copyright 2021 Inference +# Copyright 2021-2023 Inference +# SPDX-License-Identifier: BSD-3-Clause-Clear -# 1.0.0 +# Version: 1.0.1.1 print_info() { - info title info underline info "Host" model @@ -24,7 +24,6 @@ print_info() { info "WM" wm info "Terminal" term info "Locale" locale - }