From dbcd6d6aba2fda6f78f80d62a150c3b5788669d3 Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Fri, 16 Dec 2022 07:43:44 +0100 Subject: [PATCH] Update 2022-12-16 07:43 OpenBSD/amd64 --- .bin/_config | 2 +- .config/spectrwm/spectrwm.conf | 1 + .gnupg/pinentry-dmenu.conf | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.bin/_config b/.bin/_config index d94b866..6067d67 100644 --- a/.bin/_config +++ b/.bin/_config @@ -24,7 +24,7 @@ HTERM="st -f $HFONT" # DMENUOPTS="-fn '$DFONT' -nb #121212 -nf #707070 -sf #FFA600 -sb #121212 -i -f" # SPECTRWM GREY -DMENUOPTS="-fn '$DFONT' -nb #121212 -nf #707070 -sf #CCCCCC -sb #121212 -i -f" +DMENUOPTS="-fn '$DFONT' -nb #121212 -nf #707070 -sf #CCCCCC -sb #121212 -b -i -f" DMENU_CMD="dmenu $DMENUOPTS" DMENURUN_CMD="dmenu_run $DMENUOPTS" diff --git a/.config/spectrwm/spectrwm.conf b/.config/spectrwm/spectrwm.conf index 4c20d48..6bee184 100644 --- a/.config/spectrwm/spectrwm.conf +++ b/.config/spectrwm/spectrwm.conf @@ -17,6 +17,7 @@ bar_font_color_selected = rgb:ff/ff/ff bar_font = FuraCodeNerdFont-11 bar_font_pua = FuraCodeNerdFont-13 bar_action = cbar +bar_at_bottom = 1 bar_format = +S +L  +N   +I   +M  +W +|1R +A %Y-%m-%d %H:%M workspace_indicator = listall,markcurrent,markactive,markempty,noindexes workspace_mark_current = '' diff --git a/.gnupg/pinentry-dmenu.conf b/.gnupg/pinentry-dmenu.conf index ca37c36..fb9e9be 100644 --- a/.gnupg/pinentry-dmenu.conf +++ b/.gnupg/pinentry-dmenu.conf @@ -2,7 +2,7 @@ asterisk= "*"; min_password_length = 24 prompt = "GnuPG" font = "FuraCodeNerdFont-13"; -bottom = false; +bottom = true; prompt_fg = "#FFFFFF"; prompt_bg = "#771818"; normal_fg = "#FFFFFF";