small pixel drawing of a pufferfish dotfiles

bemenu prettifying
Jes Olson j3s@c3f.net
Tue, 21 Jun 2022 17:51:12 -0500
commit

bf1bae89a14ef1d5baf5f9d349e1084a036f61aa

parent

ef09c6ba57ff252d063368db2da3ca0c0ab5abe0

3 files changed, 3 insertions(+), 3 deletions(-)

jump to
M .config/sway/config.config/sway/config

@@ -48,7 +48,7 @@ bindsym $mod+Shift+q kill

bindsym Delete exec makoctl dismiss bindsym $mod+Delete exec makoctl dismiss --all bindsym Mod1+Shift+Return Return -bindsym $mod+d exec bemenu-run -b +bindsym $mod+d exec bemenu-run -l 20 -c -W 0.2 bindsym $mod+Shift+p exec --no-startup-id pa-bemenu bindsym $mod+Shift+c reload bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'
M bin/pa-bemenubin/pa-bemenu

@@ -10,6 +10,6 @@ # - pa

cd "${PA_DIR:-$HOME/.local/share/pa}" password_files="$(find * -type f | grep -v '/.git')" -password=$(printf '%s\n' "$password_files" | sed 's/.age//' | bemenu -b "$@") +password=$(printf '%s\n' "$password_files" | sed 's/.age//' | bemenu -c -W 0.2 -l 20 "$@") pa show "$password" | head -n 1 | tr -d '\n' | wtype -
M bin/zora/jira-bemenubin/zora/jira-bemenu

@@ -4,7 +4,7 @@ # this script launches fuzzel, takes a jira

# ticket, and opens it # upcase because jira wants that i guess -jira_id=$(printf "" | bemenu -b | tr '[a-z]' '[A-Z]') +jira_id=$(printf "" | bemenu -c -W 0.2 | tr '[a-z]' '[A-Z]') [ "$jira_id" = "" ] && exit 1 xdg-open "https://jira.internal.digitalocean.com/browse/$jira_id"