From 63dccefed39cb59de76a0629f2b15c76279316b7 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 7 Dec 2018 18:47:38 -0500 Subject: [PATCH] misc: Small fixes --- CONTRIBUTING.md | 4 ++-- polybar/.config/polybar/config | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 391e14d..dccc874 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,7 +28,7 @@ git checkout -b fix/what-you-want-to-fix ### Step 2. Commit your changes -If you are adding a new feature, use `dir: ` for which directory it affects, followed by your commit message. +If you are adding a new feature, use `dir:` for which directory it affects, followed by your commit message. ```sh git commit -m "fish: Add abbreviation for git log" @@ -40,7 +40,7 @@ Do the same for fixing existing features. git commit -m "kitty: Fix border width for inner windows" ``` -If you are only modifying documentation, use `docs: `. For substantial changes that affect the system as a whole, use `meta: `. +If you are only modifying documentation, use `docs:`. For substantial changes that affect the system as a whole, use `meta:`. ### Step 3. Submit the patch diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index c6a1c5c..bf3de8c 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -99,8 +99,8 @@ type = internal/alsa label-volume =  %percentage%% [module/window] -type = internal/xwindow -label-maxlen = 120 -label-empty = /usr/bin/bspwm +type = internal/xwindow +label-maxlen = 120 +label-empty = /usr/bin/bspwm ; vim:ft=dosini