From ecc4e807494cafb8d2a0870677523ae6e6ac948b Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Wed, 23 Oct 2024 00:55:37 +0200 Subject: [PATCH] fixed bemenu theme --- .config/labwc/current-workspace | 1 - .config/labwc/environment | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 .config/labwc/current-workspace diff --git a/.config/labwc/current-workspace b/.config/labwc/current-workspace deleted file mode 100644 index d00491fd..00000000 --- a/.config/labwc/current-workspace +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/.config/labwc/environment b/.config/labwc/environment index 677c8569..2b67113e 100644 --- a/.config/labwc/environment +++ b/.config/labwc/environment @@ -24,8 +24,7 @@ MOZ_ENABLE_WAYLAND=1 ## BEMENU stuff - BEMENU_OPTS= -n -i --tb "#2D2A2E" --tf "#AC9C6D" --fb "#2D2A2E" --nb "#2D2A2E" --ab "#2D2A2E" --hb "#2D2A2E" --hf "#AC9C6D" --line-height 30 "$@" --center --wrap --ignorecase --prompt '>' --list 12 --no-overlap --width-factor 0.5 --fn 'MesloLGS NF' -# BEMENU_OPTS=-n -i --tb '#1e1e1e' --tf '#eaeaea' --fb '#1e1e1e' --nb '#1e1e1e' --ab '#1e1e1e' --hb '#4A5152'--hf '#AC966D' --line-height 30 --center --wrap --ignorecase --prompt '>' --list 12 --no-overlap --width-factor 0.5 --fn 'MesloLGS NF' +BEMENU_OPTS= -ni -B 3 --bdr "#C1A550" --tb "#2A2A2A" --tf "#C1A550" --fb "#2A2A2A" --nb "#2A2A2A" --nf "#EDE6DB" --ab "#2A2A2A" --af "#EDE6DB" --hb "#2A2A2A" --hf "#C1A550" --line-height 30 "$@" --center --wrap --ignorecase --prompt '> $' --list 12 --no-overlap --width-factor 0.5 --fn 'MonoLisa Nerd Font Mono' BEMENU_BACKEND=wayland @@ -43,3 +42,5 @@ XCURSOR_THEME=Breeze_Default XCURSOR_SIZE=24 XKB_DEFAULT_LAYOUT=us,gr XKB_DEFAULT_VARIANT= + +SSH_AUTH_SOCK = $XDG_RUNTIME_DIR/ssh-agent.socket