From 62a95b42c71b57e4187ef42b6afb5c875c298f1c Mon Sep 17 00:00:00 2001 From: dalahast Date: Tue, 26 May 2020 11:43:39 +0200 Subject: [PATCH] add wofi configs --- .config/wofi/config | 3 +++ .config/wofi/style.css | 26 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 .config/wofi/config create mode 100644 .config/wofi/style.css diff --git a/.config/wofi/config b/.config/wofi/config new file mode 100644 index 0000000..b3f13dd --- /dev/null +++ b/.config/wofi/config @@ -0,0 +1,3 @@ +width=800px +allow_images=true +image_size=18 diff --git a/.config/wofi/style.css b/.config/wofi/style.css new file mode 100644 index 0000000..9db9cae --- /dev/null +++ b/.config/wofi/style.css @@ -0,0 +1,26 @@ +window { + margin: 5px; + background-color: #002b36; +} +#outer-box { + border: 2px solid #93a1a1; +} +#text { + color: #839496; + font-family: 'Anka/Coder'; + margin-left: 10px; +} +#entry { + background-color: #002b36; + font-family: 'Anka/Coder'; +} + +#entry:selected { + background-color: #073642; + border: 0px; +} + +#input { + background-color: #002b36; + font-family: 'Anka/Coder'; +}