1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-26 13:33:54 +01:00

tweaking wofi config

This commit is contained in:
Nick Boughton 2020-11-24 23:21:01 +00:00
parent 1a21ca8228
commit 025e417cd9
3 changed files with 16 additions and 5 deletions

1
.gitignore vendored

@ -45,3 +45,4 @@ font-manager/
BetterDiscord/ BetterDiscord/
Code\ Industry/ Code\ Industry/
inkscape/ inkscape/
libreoffice/

@ -1,6 +1,8 @@
show=run show=drun
term=alacritty term=alacritty
always_parse_args=true
layer=overlay layer=overlay
insensitive=true always_parse_args=true
allow_images=true
image_size=16
width=25% width=25%
insensitive=true

@ -1,3 +1,11 @@
#inner-box { #outer-box {
padding: 5px; padding: 5px;
} }
#inner-box {
padding-top: 5px;
}
#img {
margin-right: 5px;
}