From f5d56602df70950de6b7d40966b00c9939c81763 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Sun, 26 Jan 2020 17:16:07 +0100 Subject: Intial commit of v2 See https://drewdevault.com/2019/12/30/dotfiles.html --- .config/wofi/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .config/wofi/style.css (limited to '.config/wofi/style.css') diff --git a/.config/wofi/style.css b/.config/wofi/style.css new file mode 100644 index 0000000..38f811b --- /dev/null +++ b/.config/wofi/style.css @@ -0,0 +1,16 @@ +window { + font-family: Iosevka; + font-size: large; +} + +#input { + margin: .5em; +} + +#text { + margin: .2em .5em; +} + +#img { + -gtk-icon-transform: scale(.6); +} -- cgit 1.4.1