diff --git a/.config/sway/config b/.config/sway/config index 32dd943..87b72e8 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -17,7 +17,7 @@ set $right l set $term alacritty # Your preferred application launcher # Note: it's recommended that you pass the final command to sway -set $menu bemenu-run | xargs swaymsg exec -- +set $menu wofi -c $HOME/.config/wofi/config -s $HOME/.config/wofi/style.css | xargs swaymsg exec -- ### Output configuration # diff --git a/.config/wofi/config b/.config/wofi/config new file mode 100644 index 0000000..feb3c5f --- /dev/null +++ b/.config/wofi/config @@ -0,0 +1,5 @@ +width=700 +height=300 +mode=drun +colors=colors +filter_rate=10 diff --git a/.config/wofi/style.css b/.config/wofi/style.css new file mode 100644 index 0000000..6301b91 --- /dev/null +++ b/.config/wofi/style.css @@ -0,0 +1,28 @@ +window { + margin: 5px; +} + +#input { + margin: 1px; + border: 2px dashed #4f4f4f; + background-color: #f2f2ee; +} + +#inner-box { + margin: 5px; + border: 2px solid #e5c07b; + background-color: #f2f2ee; +} + +#outer-box { + margin: 5px; +} + +#scroll { + margin: 5px; +} + +#text { + margin: 5px; + border-bottom: 2px dashed #4f4f4f; +}