diff --git a/.gitignore b/.gitignore index 8c15abd..ec9c14a 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ font-manager/ BetterDiscord/ Code\ Industry/ inkscape/ +libreoffice/ diff --git a/wofi/config b/wofi/config index 23c5335..827163d 100644 --- a/wofi/config +++ b/wofi/config @@ -1,6 +1,8 @@ -show=run +show=drun term=alacritty -always_parse_args=true layer=overlay -insensitive=true +always_parse_args=true +allow_images=true +image_size=16 width=25% +insensitive=true diff --git a/wofi/style.css b/wofi/style.css index 0f6c44c..f71dd56 100644 --- a/wofi/style.css +++ b/wofi/style.css @@ -1,3 +1,11 @@ -#inner-box { +#outer-box { padding: 5px; -} \ No newline at end of file +} + +#inner-box { + padding-top: 5px; +} + +#img { + margin-right: 5px; +}