From 75eef95590acb41eca91bcf85e4a2fa77ce7b698 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 13 Feb 2020 19:22:00 -0600 Subject: [PATCH 1/2] Use the right font for the bar icons since we switched back to digits ... precious! --- apps/de/polybar/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/de/polybar/config b/apps/de/polybar/config index 9d6ee2a..3d9f227 100644 --- a/apps/de/polybar/config +++ b/apps/de/polybar/config @@ -128,10 +128,10 @@ ws-icon-9 = 10;0 ws-icon-default = - ; misc icon: - -label-focused-font = 2 -label-occupied-font = 2 -label-urgent-font = 2 -label-empty-font = 2 +label-focused-font = 1 +label-occupied-font = 1 +label-urgent-font = 1 +label-empty-font = 1 type = internal/bspwm pin-workspaces = false From bee9e1efe21c6a749e48b787c7fb74a554cd398b Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 14 Feb 2020 12:21:26 -0600 Subject: [PATCH 2/2] Fix gitignore --- .gitignore | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/.gitignore b/.gitignore index 20c94db..cbd5a62 100644 --- a/.gitignore +++ b/.gitignore @@ -3,30 +3,8 @@ *.pid *.tmp *.secret -<<<<<<< HEAD - -# TODO: should be unnecessary once color generation is homegrown -/colors/gen/vendor -/colors/gen/tmp - -# keep the pipelines but hide their results -/bin/pipelines/*/*/* - -# a place to keep secrets per-env -/env/*/.hidden - -# ... and a place to keep shared secrets -/env/.hidden -||||||| 0d0e131 -/.repositories -/.env/ -======= fishd.tmp.* -# TODO: should be unnecessary once color generation is homegrown -/colors/gen/vendor -/colors/gen/tmp - # keep the pipelines but hide their results /bin/pipelines/*/*/* @@ -35,4 +13,7 @@ fishd.tmp.* # ... and a place to keep shared secrets /env/.hidden ->>>>>>> master + +# TODO: should be unnecessary once color generation is homegrown +/colors/gen/vendor +/colors/gen/tmp