djcev.com

//

Git Repos / dotfiles / commit 0012328

Commit: 00123287e44569e776658b130e01ca930b9d62fb
Parent: 63025bf02cdbe94995a8717525e472bd72693c82
Author: Cameron Vanderzanden, 2021-12-13 16:05
Committer: Cameron Vanderzanden, 2021-12-13 16:05

Commit Message

Fix a few names that were copy-and-pasted.

Change List

?File Add Del
M config/redshift/hooks/background.sh +1 -1
M fixcolors.sh +2 -2

Diff config/redshift/hooks/background.sh

diff --git a/config/redshift/hooks/background.sh b/config/redshift/hooks/background.sh
index a89d1a7..858ee75 100755
--- a/config/redshift/hooks/background.sh
+++ b/config/redshift/hooks/background.sh
@@ -4,7 +4,7 @@
# terms of the 2-clause BSD license. Please see the file "LICENSE" in
# the root dir of this repository for more information.
#
-#- lc.sh 2020/05/12 cev, last updated 2021/12/12
+#- config/redshift/hooks/background.sh 2020/05/12 cev, last updated 2021/12/12
## Usage: background.sh [-hvV] command argument1 argument2
##
## Redshift hook script for automated background setting based on

Return to the top of this page or return to the overview of this repo.

Diff fixcolors.sh

diff --git a/fixcolors.sh b/fixcolors.sh
index 1f595e8..c65958a 100755
--- a/fixcolors.sh
+++ b/fixcolors.sh
@@ -4,8 +4,8 @@
# terms of the 2-clause BSD license. Please see the file "LICENSE" in
# the root dir of this repository for more information.
#
-#- process_colors.sh 2015/02/13 cev, last updated 2021/12/07
-## Usage: process_colors.sh [-dhVxX] [-c colordeffile] infile outfile
+#- fixcolors.sh 2015/02/13 cev, last updated 2021/12/07
+## Usage: fixcolors.sh [-dhVxX] [-c colordeffile] infile outfile
##
## Build a regex list and process a file. 'colordeffile' defines
## the variable "colors" which is then used to generate a command

Return to the top of this page or return to the overview of this repo.