From e148588e15e41371037615d9d07163d83b8b5d6d Mon Sep 17 00:00:00 2001 From: Florestan Bredow Date: Thu, 26 Oct 2023 11:57:01 +0200 Subject: [PATCH] Configure dark-mode for wofi --- .config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 8c577da..4b13d0b 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -17,7 +17,7 @@ set $term alacritty # on the original workspace that the command was run on. # set $menu dmenu_path | dmenu | xargs swaymsg exec -- -set $menu wofi --show=drun +set $menu wofi --gtk-dark --show=drun include "$HOME/.config/sway/config.d/*"