diff --git a/.local/bin/arch-setup b/.local/bin/arch-setup index ff226c8..bdb9b5a 100755 --- a/.local/bin/arch-setup +++ b/.local/bin/arch-setup @@ -1,12 +1,12 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch -# @file : arch_setup -# @license : MIT -# @created : Wednesday May 20, 2020 17:49:05 CEST +# @author : swytch +# @file : arch_setup +# @license : MIT +# @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 c07f795..77aeb05 100755 --- a/.local/bin/audio-notify +++ b/.local/bin/audio-notify @@ -1,12 +1,12 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch -# @file : audio_notify -# @license : MIT -# @created : Wednesday May 20, 2020 17:52:58 CEST +# @author : swytch +# @file : audio_notify +# @license : MIT +# @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/bibinput b/.local/bin/bibinput index 690d654..f647667 100755 --- a/.local/bin/bibinput +++ b/.local/bin/bibinput @@ -1,13 +1,12 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch -# @file : bibinput -# @license : MIT -# @created : Wednesday May 20, 2020 17:57:47 CEST +# @author : swytch +# @file : bibinput +# @license : MIT +# @created : Wednesday May 20, 2020 17:57:47 CEST # -# @description : create a bibliography entry through dmenu -# @dependencies : dmenu +# @description : create a bibliography entry through dmenu ###################################################################### diff --git a/.local/bin/bibshow b/.local/bin/bibshow index f8882f8..87a8942 100755 --- a/.local/bin/bibshow +++ b/.local/bin/bibshow @@ -1,13 +1,12 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch -# @file : bibshow -# @license : MIT -# @created : Wednesday May 20, 2020 17:58:14 CEST +# @author : swytch +# @file : bibshow +# @license : MIT +# @created : Wednesday May 20, 2020 17:58:14 CEST # -# @description : interactively display the infos in a .bib entry -# @dependencies : dmenu +# @description : interactively display the infos of a .bib entry in dmenu ###################################################################### diff --git a/.local/bin/colorblocks b/.local/bin/colorblocks index 480d57c..17bbba4 100755 --- a/.local/bin/colorblocks +++ b/.local/bin/colorblocks @@ -1,12 +1,12 @@ #!/bin/bash ###################################################################### -# @author : swytch (based on u/deepjyoti30 on GitHub) -# @file : colorblocks -# @license : MIT -# @created : Wednesday May 20, 2020 17:59:44 CEST +# @author : swytch (based on u/deepjyoti30 on GitHub) +# @file : colorblocks +# @license : MIT +# @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 06e33c0..aa8b790 100755 --- a/.local/bin/compiler +++ b/.local/bin/compiler @@ -1,15 +1,16 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch (adapted from Luke Smith - lukesmith.xyz) -# @file : compiler -# @license : MIT -# @created : Wednesday May 20, 2020 18:00:51 CEST +# @author : swytch (adapted from Luke Smith - lukesmith.xyz) +# @file : compiler +# @license : MIT +# @created : Wednesday May 20, 2020 18:00:51 CEST # -# @description : compile or run another finishing operation on a file +# @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 +# config.def.h (suckless) : recompile, install +# blocks.def.h (dwmblocks) : recompile, install # tex : compile via pdflatex (bibtex if needed) ###################################################################### diff --git a/.local/bin/displayselect b/.local/bin/displayselect index 2ce3117..1a4a92e 100755 --- a/.local/bin/displayselect +++ b/.local/bin/displayselect @@ -1,12 +1,12 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch (adapted from Luke Smith - lukesmith.xyz) -# @file : displayselect -# @license : MIT -# @created : Wednesday May 20, 2020 18:04:01 CEST +# @author : swytch (adapted from Luke Smith - lukesmith.xyz) +# @file : displayselect +# @license : MIT +# @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 512afbe..8c6ec31 100755 --- a/.local/bin/dmenumount +++ b/.local/bin/dmenumount @@ -1,12 +1,12 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch (adapted from Luke Smith - lukesmith.xyz) -# @file : dmenumount -# @license : MIT -# @created : Wednesday May 20, 2020 18:05:31 CEST +# @author : swytch (adapted from Luke Smith - lukesmith.xyz) +# @file : dmenumount +# @license : MIT +# @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 296cdd0..6d6b4dd 100755 --- a/.local/bin/dmenuopen +++ b/.local/bin/dmenuopen @@ -1,12 +1,12 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch -# @file : dmenuopen -# @license : MIT -# @created : Wednesday May 20, 2020 18:08:05 CEST +# @author : swytch +# @file : dmenuopen +# @license : MIT +# @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 d5fc8d4..6fada4d 100755 --- a/.local/bin/dmenupass +++ b/.local/bin/dmenupass @@ -1,12 +1,12 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch (adapted from Luke Smith - lukesmith.xyz) -# @file : dmenupass -# @license : MIT -# @created : Wednesday May 20, 2020 18:08:50 CEST +# @author : swytch (adapted from Luke Smith - lukesmith.xyz) +# @file : dmenupass +# @license : MIT +# @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 0f78793..e2c43c5 100755 --- a/.local/bin/dmenuprompt +++ b/.local/bin/dmenuprompt @@ -1,12 +1,12 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch (adapted from Luke Smith - lukesmith.xyz) -# @file : dmenuprompt -# @license : MIT -# @created : Wednesday May 20, 2020 18:10:13 CEST +# @author : swytch (adapted from Luke Smith - lukesmith.xyz) +# @file : dmenuprompt +# @license : MIT +# @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 d3f366f..5949dad 100755 --- a/.local/bin/dmenuumount +++ b/.local/bin/dmenuumount @@ -1,12 +1,12 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch (adapted form Luke Smith - lukesmith.xyz) -# @file : dmenuumount -# @license : MIT -# @created : Wednesday May 20, 2020 18:11:17 CEST +# @author : swytch (adapted form Luke Smith - lukesmith.xyz) +# @file : dmenuumount +# @license : MIT +# @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 44467ed..d09af8d 100755 --- a/.local/bin/dot +++ b/.local/bin/dot @@ -1,12 +1,12 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch -# @file : dot -# @license : MIT -# @created : Wednesday May 20, 2020 18:13:05 CEST +# @author : swytch +# @file : dot +# @license : MIT +# @created : Wednesday May 20, 2020 18:13:05 CEST # -# @description : git wrapper for dotfiles management +# @description : git wrapper for dotfiles management ###################################################################### flags="false" diff --git a/.local/bin/fetch b/.local/bin/fetch index 9e76c5d..f53b3eb 100755 --- a/.local/bin/fetch +++ b/.local/bin/fetch @@ -1,12 +1,12 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch (adapated from github.com/jschx/ufetch) -# @file : fetch -# @license : MIT -# @created : Wednesday May 20, 2020 18:16:09 CEST +# @author : swytch (adapated from github.com/jschx/ufetch) +# @file : fetch +# @license : MIT +# @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 30889c5..4afa371 100755 --- a/.local/bin/kbacklight +++ b/.local/bin/kbacklight @@ -1,13 +1,13 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch -# @file : kbacklight -# @license : MIT -# @created : Wednesday May 20, 2020 18:17:03 CEST +# @author : swytch +# @file : kbacklight +# @license : MIT +# @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 b382a33..c70e77b 100755 --- a/.local/bin/maker +++ b/.local/bin/maker @@ -1,13 +1,13 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch -# @file : maker -# @license : MIT -# @created : Wednesday May 20, 2020 18:18:53 CEST +# @author : swytch +# @file : maker +# @license : MIT +# @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 4a6b7d8..79767a9 100755 --- a/.local/bin/mom +++ b/.local/bin/mom @@ -1,13 +1,13 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch -# @file : mom -# @license : MIT -# @created : Wednesday May 20, 2020 18:19:56 CEST +# @author : swytch +# @file : mom +# @license : MIT +# @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 0f880b2..2daddcd 100755 --- a/.local/bin/mommerge +++ b/.local/bin/mommerge @@ -1,14 +1,13 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch -# @file : mommerge -# @license : MIT -# @created : Wednesday May 20, 2020 18:20:23 CEST +# @author : swytch +# @file : mommerge +# @license : MIT +# @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 ###################################################################### diff --git a/.local/bin/player b/.local/bin/player index 7ef39da..3b3c1d3 100755 --- a/.local/bin/player +++ b/.local/bin/player @@ -6,7 +6,7 @@ # @license : MIT # @created : Friday Feb 05, 2021 21:42:00 CET # -# @description : Simple wrapper to mpc, to send notifications +# @description : simple wrapper for mpc, to send notifications ###################################################################### diff --git a/.local/bin/sbacklight b/.local/bin/sbacklight index 7ee6cd8..7a3f215 100755 --- a/.local/bin/sbacklight +++ b/.local/bin/sbacklight @@ -1,12 +1,12 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch -# @file : sbacklight -# @license : MIT -# @created : Wednesday May 20, 2020 18:22:36 CEST +# @author : swytch +# @file : sbacklight +# @license : MIT +# @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 041e641..f05b7af 100755 --- a/.local/bin/setbg +++ b/.local/bin/setbg @@ -1,12 +1,11 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch (adapted from Luke Smith - lukesmith.xyz) -# @file : setbg -# @license : MIT -# @created : Wednesday May 20, 2020 18:23:50 CEST -# @description : set the wallpaper -# @dependencies : `xwallpaper` +# @author : swytch (adapted from Luke Smith - lukesmith.xyz) +# @file : setbg +# @license : MIT +# @created : Wednesday May 20, 2020 18:23:50 CEST +# @description : set the wallpaper ###################################################################### diff --git a/.local/bin/texclear b/.local/bin/texclear index 74965ae..b0a5e70 100755 --- a/.local/bin/texclear +++ b/.local/bin/texclear @@ -1,12 +1,12 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch (adapted form Luke Smith - lukesmith.xyz) -# @file : texclear -# @license : MIT -# @created : Wednesday May 20, 2020 18:24:59 CEST +# @author : swytch (adapted form Luke Smith - lukesmith.xyz) +# @file : texclear +# @license : MIT +# @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 1c2c012..dfc77e4 100755 --- a/.local/bin/texer +++ b/.local/bin/texer @@ -1,13 +1,13 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch -# @file : texer -# @license : MIT -# @created : Wednesday May 20, 2020 18:26:30 CEST +# @author : swytch +# @file : texer +# @license : MIT +# @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 8f09d1d..336d246 100755 --- a/.local/bin/webupdate +++ b/.local/bin/webupdate @@ -1,12 +1,12 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch -# @file : webupdate -# @license : MIT -# @created : Wednesday May 20, 2020 18:27:35 CEST +# @author : swytch +# @file : webupdate +# @license : MIT +# @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 ######################################################################