From 8dd53770fa91eaa60b085f7ba7964b550f7da3ba Mon Sep 17 00:00:00 2001 From: swytch Date: Sat, 23 May 2020 15:47:21 +0200 Subject: [PATCH] fix: update scripts header --- .local/bin/AC_notify | 12 ++++++------ .local/bin/arch_setup | 10 +++++----- .local/bin/audio_notify | 10 +++++----- .local/bin/backlight_notify | 10 +++++----- .local/bin/bat_notify | 10 +++++----- .local/bin/bibinput | 10 +++++----- .local/bin/bibshow | 10 +++++----- .local/bin/colorblocks | 10 +++++----- .local/bin/compiler | 18 +++++++++--------- .local/bin/displayselect | 10 +++++----- .local/bin/dmenumount | 10 +++++----- .local/bin/dmenuopen | 10 +++++----- .local/bin/dmenupass | 10 +++++----- .local/bin/dmenuprompt | 10 +++++----- .local/bin/dmenuumount | 10 +++++----- .local/bin/dot | 10 +++++----- .local/bin/dwmbar | 12 ++++++------ .local/bin/fetch | 10 +++++----- .local/bin/kbacklight | 12 ++++++------ .local/bin/maker | 12 ++++++------ .local/bin/mom | 12 ++++++------ .local/bin/mommerge | 14 +++++++------- .local/bin/refbar | 10 +++++----- .local/bin/sbacklight | 10 +++++----- .local/bin/setbg | 12 ++++++------ .local/bin/texclear | 10 +++++----- .local/bin/texer | 12 ++++++------ .local/bin/webupdate | 10 +++++----- 28 files changed, 153 insertions(+), 153 deletions(-) diff --git a/.local/bin/AC_notify b/.local/bin/AC_notify index 01556be..43fb5a0 100755 --- a/.local/bin/AC_notify +++ b/.local/bin/AC_notify @@ -1,13 +1,13 @@ #!/bin/sh ###################################################################### -# @author : swytch -# @file : AC_notify -# @license : GPLv3 -# @created : Wednesday May 20, 2020 17:51:45 CEST +# @author : swytch +# @file : AC_notify +# @license : GPLv3 +# @created : Wednesday May 20, 2020 17:51:45 CEST # -# @description : send a notification when AC status change -# refresh statusbar +# @description : send a notification when AC status change +# refresh statusbar ###################################################################### diff --git a/.local/bin/arch_setup b/.local/bin/arch_setup index 0ab51c3..4c4bcaf 100755 --- a/.local/bin/arch_setup +++ b/.local/bin/arch_setup @@ -1,12 +1,12 @@ #!/bin/sh ###################################################################### -# @author : swytch -# @file : arch_setup -# @license : GPLv3 -# @created : Wednesday May 20, 2020 17:49:05 CEST +# @author : swytch +# @file : arch_setup +# @license : GPLv3 +# @created : Wednesday May 20, 2020 17:49:05 CEST # -# @description : automate the setup of my arch installation +# @description : automate the setup of my arch installation ###################################################################### diff --git a/.local/bin/audio_notify b/.local/bin/audio_notify index e2e5890..b96ac3b 100755 --- a/.local/bin/audio_notify +++ b/.local/bin/audio_notify @@ -1,12 +1,12 @@ #!/bin/sh ###################################################################### -# @author : swytch -# @file : audio_notify -# @license : GPLv3 -# @created : Wednesday May 20, 2020 17:52:58 CEST +# @author : swytch +# @file : audio_notify +# @license : GPLv3 +# @created : Wednesday May 20, 2020 17:52:58 CEST # -# @description : send a notification with sound level +# @description : send a notification with sound level ###################################################################### diff --git a/.local/bin/backlight_notify b/.local/bin/backlight_notify index 293c00f..8ac5274 100755 --- a/.local/bin/backlight_notify +++ b/.local/bin/backlight_notify @@ -1,12 +1,12 @@ #!/bin/sh ###################################################################### -# @author : swytch -# @file : backlight_notify -# @license : GPLv3 -# @created : Wednesday May 20, 2020 17:53:36 CEST +# @author : swytch +# @file : backlight_notify +# @license : GPLv3 +# @created : Wednesday May 20, 2020 17:53:36 CEST # -# @description : send a notification with xbacklight value +# @description : send a notification with xbacklight value ###################################################################### diff --git a/.local/bin/bat_notify b/.local/bin/bat_notify index 6ee92dd..23174be 100755 --- a/.local/bin/bat_notify +++ b/.local/bin/bat_notify @@ -1,12 +1,12 @@ #!/bin/sh ###################################################################### -# @author : swytch -# @file : bat_notify -# @license : GPLv3 -# @created : Wednesday May 20, 2020 17:54:08 CEST +# @author : swytch +# @file : bat_notify +# @license : GPLv3 +# @created : Wednesday May 20, 2020 17:54:08 CEST # -# @description : send a notification with charge level +# @description : send a notification with charge level ###################################################################### diff --git a/.local/bin/bibinput b/.local/bin/bibinput index 4d0be9d..8972393 100755 --- a/.local/bin/bibinput +++ b/.local/bin/bibinput @@ -1,12 +1,12 @@ #!/bin/sh ###################################################################### -# @author : swytch -# @file : bibinput -# @license : GPLv3 -# @created : Wednesday May 20, 2020 17:57:47 CEST +# @author : swytch +# @file : bibinput +# @license : GPLv3 +# @created : Wednesday May 20, 2020 17:57:47 CEST # -# @description : create a bibliography entry through dmenu +# @description : create a bibliography entry through dmenu ###################################################################### diff --git a/.local/bin/bibshow b/.local/bin/bibshow index ac4d113..27ab805 100755 --- a/.local/bin/bibshow +++ b/.local/bin/bibshow @@ -1,12 +1,12 @@ #!/bin/sh ###################################################################### -# @author : swytch -# @file : bibshow -# @license : GPLv3 -# @created : Wednesday May 20, 2020 17:58:14 CEST +# @author : swytch +# @file : bibshow +# @license : GPLv3 +# @created : Wednesday May 20, 2020 17:58:14 CEST # -# @description : interactively display the infos in a .bib entry +# @description : interactively display the infos in a .bib entry ###################################################################### diff --git a/.local/bin/colorblocks b/.local/bin/colorblocks index d009148..d7a8c16 100755 --- a/.local/bin/colorblocks +++ b/.local/bin/colorblocks @@ -1,12 +1,12 @@ #!/bin/sh ###################################################################### -# @author : swytch (based on u/deepjyoti30 on GitHub) -# @file : colorblocks -# @license : GPLv3 -# @created : Wednesday May 20, 2020 17:59:44 CEST +# @author : swytch (based on u/deepjyoti30 on GitHub) +# @file : colorblocks +# @license : GPLv3 +# @created : Wednesday May 20, 2020 17:59:44 CEST # -# @description : display terminal colors as big blocks +# @description : display terminal colors as big blocks ###################################################################### diff --git a/.local/bin/compiler b/.local/bin/compiler index 1b91ffc..aaab5df 100755 --- a/.local/bin/compiler +++ b/.local/bin/compiler @@ -1,16 +1,16 @@ #!/bin/sh ###################################################################### -# @author : swytch (adapted from Luke Smith - lukesmith.xyz) -# @file : compiler -# @license : GPLv3 -# @created : Wednesday May 20, 2020 18:00:51 CEST +# @author : swytch (adapted from Luke Smith - lukesmith.xyz) +# @file : compiler +# @license : GPLv3 +# @created : Wednesday May 20, 2020 18:00:51 CEST # -# @description : compile or run another finishing operation on a file -# groff-mom : compile via pdfmom to a pdf document -# c : compile via gcc -# config.def.h (suckless) recompile, install -# tex : compile via pdflatex (bibtex if needed) +# @description : compile or run another finishing operation on a file +# groff-mom : compile via pdfmom to a pdf document +# c : compile via gcc +# config.def.h (suckless) recompile, install +# tex : compile via pdflatex (bibtex if needed) ###################################################################### diff --git a/.local/bin/displayselect b/.local/bin/displayselect index 1afdf21..e7b9806 100755 --- a/.local/bin/displayselect +++ b/.local/bin/displayselect @@ -1,12 +1,12 @@ #!/bin/sh ###################################################################### -# @author : swytch (adapted from Luke Smith - lukesmith.xyz) -# @file : displayselect -# @license : GPLv3 -# @created : Wednesday May 20, 2020 18:04:01 CEST +# @author : swytch (adapted from Luke Smith - lukesmith.xyz) +# @file : displayselect +# @license : GPLv3 +# @created : Wednesday May 20, 2020 18:04:01 CEST # -# @description : detect displays and select an organisation +# @description : detect displays and select an organisation ###################################################################### diff --git a/.local/bin/dmenumount b/.local/bin/dmenumount index de82247..7a08019 100755 --- a/.local/bin/dmenumount +++ b/.local/bin/dmenumount @@ -1,12 +1,12 @@ #!/bin/sh ###################################################################### -# @author : swytch (adapted from Luke Smith - lukesmith.xyz) -# @file : dmenumount -# @license : GPLv3 -# @created : Wednesday May 20, 2020 18:05:31 CEST +# @author : swytch (adapted from Luke Smith - lukesmith.xyz) +# @file : dmenumount +# @license : GPLv3 +# @created : Wednesday May 20, 2020 18:05:31 CEST # -# @description : dmenu prompt to mount unmounted drives +# @description : dmenu prompt to mount unmounted drives ###################################################################### diff --git a/.local/bin/dmenuopen b/.local/bin/dmenuopen index 1fa513f..a2b5c9c 100755 --- a/.local/bin/dmenuopen +++ b/.local/bin/dmenuopen @@ -1,12 +1,12 @@ #!/bin/sh ###################################################################### -# @author : swytch -# @file : dmenuopen -# @license : GPLv3 -# @created : Wednesday May 20, 2020 18:08:05 CEST +# @author : swytch +# @file : dmenuopen +# @license : GPLv3 +# @created : Wednesday May 20, 2020 18:08:05 CEST # -# @description : find a file, open it with appropriate application +# @description : find a file, open it with appropriate application ###################################################################### diff --git a/.local/bin/dmenupass b/.local/bin/dmenupass index c2d02c2..da830fa 100755 --- a/.local/bin/dmenupass +++ b/.local/bin/dmenupass @@ -1,12 +1,12 @@ #!/bin/sh ###################################################################### -# @author : swytch (adapted from Luke Smith - lukesmith.xyz) -# @file : dmenupass -# @license : GPLv3 -# @created : Wednesday May 20, 2020 18:08:50 CEST +# @author : swytch (adapted from Luke Smith - lukesmith.xyz) +# @file : dmenupass +# @license : GPLv3 +# @created : Wednesday May 20, 2020 18:08:50 CEST # -# @description : [sudo] prompt (SUDO_ASKPASS variable) +# @description : [sudo] prompt (SUDO_ASKPASS variable) ###################################################################### diff --git a/.local/bin/dmenuprompt b/.local/bin/dmenuprompt index 10902f8..1af6130 100755 --- a/.local/bin/dmenuprompt +++ b/.local/bin/dmenuprompt @@ -1,12 +1,12 @@ #!/bin/sh ###################################################################### -# @author : swytch (adapted from Luke Smith - lukesmith.xyz) -# @file : dmenuprompt -# @license : GPLv3 -# @created : Wednesday May 20, 2020 18:10:13 CEST +# @author : swytch (adapted from Luke Smith - lukesmith.xyz) +# @file : dmenuprompt +# @license : GPLv3 +# @created : Wednesday May 20, 2020 18:10:13 CEST # -# @description : dmenu prompt ($1) to perform a command ($2) +# @description : dmenu prompt ($1) to perform a command ($2) ###################################################################### diff --git a/.local/bin/dmenuumount b/.local/bin/dmenuumount index 964bb74..3b8d954 100755 --- a/.local/bin/dmenuumount +++ b/.local/bin/dmenuumount @@ -1,12 +1,12 @@ #!/bin/sh ###################################################################### -# @author : swytch (adapted form Luke Smith - lukesmith.xyz) -# @file : dmenuumount -# @license : GPLv3 -# @created : Wednesday May 20, 2020 18:11:17 CEST +# @author : swytch (adapted form Luke Smith - lukesmith.xyz) +# @file : dmenuumount +# @license : GPLv3 +# @created : Wednesday May 20, 2020 18:11:17 CEST # -# @description : dmenu prompt to unmount drives +# @description : dmenu prompt to unmount drives ###################################################################### diff --git a/.local/bin/dot b/.local/bin/dot index ba3850b..77982ce 100755 --- a/.local/bin/dot +++ b/.local/bin/dot @@ -1,12 +1,12 @@ #!/bin/sh ###################################################################### -# @author : swytch -# @file : dot -# @license : GPLv3 -# @created : Wednesday May 20, 2020 18:13:05 CEST +# @author : swytch +# @file : dot +# @license : GPLv3 +# @created : Wednesday May 20, 2020 18:13:05 CEST # -# @description : git wrapper for dotfiles management +# @description : git wrapper for dotfiles management ###################################################################### diff --git a/.local/bin/dwmbar b/.local/bin/dwmbar index 4f4189e..8e185d7 100755 --- a/.local/bin/dwmbar +++ b/.local/bin/dwmbar @@ -1,13 +1,13 @@ #!/bin/sh ###################################################################### -# @author : swytch (adapted from Luke Smith - lukesmith.xyz) -# @file : dwmbar -# @license : GPLv3 -# @created : Wednesday May 20, 2020 18:14:14 CEST +# @author : swytch (adapted from Luke Smith - lukesmith.xyz) +# @file : dwmbar +# @license : GPLv3 +# @created : Wednesday May 20, 2020 18:14:14 CEST # -# @description : set the statusbar in `dwm` -# @dependencies: `xsetroot` +# @description : set the statusbar in `dwm` +# @dependencies : `xsetroot` ###################################################################### diff --git a/.local/bin/fetch b/.local/bin/fetch index 98507a9..1b4b1a8 100755 --- a/.local/bin/fetch +++ b/.local/bin/fetch @@ -1,12 +1,12 @@ #!/bin/sh ###################################################################### -# @author : swytch -# @file : fetch -# @license : GPLv3 -# @created : Wednesday May 20, 2020 18:16:09 CEST +# @author : swytch (adapated from github.com/jschx/ufetch) +# @file : fetch +# @license : GPLv3 +# @created : Wednesday May 20, 2020 18:16:09 CEST # -# @description : display system infos +# @description : display system infos ###################################################################### diff --git a/.local/bin/kbacklight b/.local/bin/kbacklight index f409683..4176cb4 100755 --- a/.local/bin/kbacklight +++ b/.local/bin/kbacklight @@ -1,13 +1,13 @@ #!/bin/sh ###################################################################### -# @author : swytch -# @file : kbacklight -# @license : GPLv3 -# @created : Wednesday May 20, 2020 18:17:03 CEST +# @author : swytch +# @file : kbacklight +# @license : GPLv3 +# @created : Wednesday May 20, 2020 18:17:03 CEST # -# @description : control keyboard brightness -# @dependencies: `upower` +# @description : control keyboard brightness +# @dependencies : `upower` ###################################################################### diff --git a/.local/bin/maker b/.local/bin/maker index 6892a0f..e067d53 100755 --- a/.local/bin/maker +++ b/.local/bin/maker @@ -1,13 +1,13 @@ #!/bin/sh ###################################################################### -# @author : swytch -# @file : maker -# @license : GPLv3 -# @created : Wednesday May 20, 2020 18:18:53 CEST +# @author : swytch +# @file : maker +# @license : GPLv3 +# @created : Wednesday May 20, 2020 18:18:53 CEST # -# @description : create a makefile for current project (if c/c++) -# open it with (neo)vim +# @description : create a makefile for current project (if c/c++) +# open it with (neo)vim ###################################################################### diff --git a/.local/bin/mom b/.local/bin/mom index 033065c..fac386f 100755 --- a/.local/bin/mom +++ b/.local/bin/mom @@ -1,13 +1,13 @@ #!/bin/sh ###################################################################### -# @author : swytch -# @file : mom -# @license : GPLv3 -# @created : Wednesday May 20, 2020 18:19:56 CEST +# @author : swytch +# @file : mom +# @license : GPLv3 +# @created : Wednesday May 20, 2020 18:19:56 CEST # -# @description : create a groff doc with genereic metadata -# open it with (neo)vim +# @description : create a groff doc with genereic metadata +# open it with (neo)vim ###################################################################### diff --git a/.local/bin/mommerge b/.local/bin/mommerge index 20c0c20..4722746 100755 --- a/.local/bin/mommerge +++ b/.local/bin/mommerge @@ -1,14 +1,14 @@ #!/bin/sh ###################################################################### -# @author : swytch -# @file : mommerge -# @license : GPLv3 -# @created : Wednesday May 20, 2020 18:20:23 CEST +# @author : swytch +# @file : mommerge +# @license : GPLv3 +# @created : Wednesday May 20, 2020 18:20:23 CEST # -# @description : merge mom files from current dir -# compile it with `compiler` script -# @dependencies: `compiler` script +# @description : merge mom files from current dir +# compile it with `compiler` script +# @dependencies : `compiler` script ###################################################################### diff --git a/.local/bin/refbar b/.local/bin/refbar index ae5098c..941b5d8 100755 --- a/.local/bin/refbar +++ b/.local/bin/refbar @@ -1,12 +1,12 @@ #!/bin/sh ###################################################################### -# @author : swytch (adapted form Luke Smith - lukesmith.xyz) -# @file : refbar -# @license : GPLv3 -# @created : Wednesday May 20, 2020 18:21:19 CEST +# @author : swytch (adapted form Luke Smith - lukesmith.xyz) +# @file : refbar +# @license : GPLv3 +# @created : Wednesday May 20, 2020 18:21:19 CEST # -# @description : refresh dwmbar +# @description : refresh dwmbar ###################################################################### diff --git a/.local/bin/sbacklight b/.local/bin/sbacklight index bb467c2..9cfeba8 100755 --- a/.local/bin/sbacklight +++ b/.local/bin/sbacklight @@ -1,12 +1,12 @@ #!/bin/sh ###################################################################### -# @author : swytch -# @file : sbacklight -# @license : GPLv3 -# @created : Wednesday May 20, 2020 18:22:36 CEST +# @author : swytch +# @file : sbacklight +# @license : GPLv3 +# @created : Wednesday May 20, 2020 18:22:36 CEST # -# @description : control screen brightness +# @description : control screen brightness ###################################################################### diff --git a/.local/bin/setbg b/.local/bin/setbg index 43567e0..ce9d15d 100755 --- a/.local/bin/setbg +++ b/.local/bin/setbg @@ -1,13 +1,13 @@ #!/bin/sh ###################################################################### -# @author : swytch -# @file : setbg -# @license : GPLv3 -# @created : Wednesday May 20, 2020 18:23:50 CEST +# @author : swytch +# @file : setbg +# @license : GPLv3 +# @created : Wednesday May 20, 2020 18:23:50 CEST # -# @description : set the wallpaper -# @dependencies: `xwallpaper` +# @description : set the wallpaper +# @dependencies : `xwallpaper` ###################################################################### diff --git a/.local/bin/texclear b/.local/bin/texclear index b3e8249..86dc1be 100755 --- a/.local/bin/texclear +++ b/.local/bin/texclear @@ -1,12 +1,12 @@ #!/bin/sh ###################################################################### -# @author : swytch (adapted form Luke Smith - lukesmith.xyz) -# @file : texclear -# @license : GPLv3 -# @created : Wednesday May 20, 2020 18:24:59 CEST +# @author : swytch (adapted form Luke Smith - lukesmith.xyz) +# @file : texclear +# @license : GPLv3 +# @created : Wednesday May 20, 2020 18:24:59 CEST # -# @description : clear the build files of LaTeX build +# @description : clear the build files of LaTeX build ###################################################################### diff --git a/.local/bin/texer b/.local/bin/texer index e702a4a..b4616cf 100755 --- a/.local/bin/texer +++ b/.local/bin/texer @@ -1,13 +1,13 @@ #!/bin/sh ###################################################################### -# @author : swytch -# @file : texer -# @license : GPLv3 -# @created : Wednesday May 20, 2020 18:26:30 CEST +# @author : swytch +# @file : texer +# @license : GPLv3 +# @created : Wednesday May 20, 2020 18:26:30 CEST # -# @description : create a LaTeX doc with generic metadata -# open it with (neo)vim +# @description : create a LaTeX doc with generic metadata +# open it with (neo)vim ###################################################################### diff --git a/.local/bin/webupdate b/.local/bin/webupdate index 0113a51..08568b2 100755 --- a/.local/bin/webupdate +++ b/.local/bin/webupdate @@ -1,12 +1,12 @@ #!/bin/sh ###################################################################### -# @author : swytch -# @file : webupdate -# @license : GPLv3 -# @created : Wednesday May 20, 2020 18:27:35 CEST +# @author : swytch +# @file : webupdate +# @license : GPLv3 +# @created : Wednesday May 20, 2020 18:27:35 CEST # -# @description : update my website with $HOME/public_html +# @description : update my website with $HOME/public_html ######################################################################