From 48101191085a063dd501c64e139b124194f270e1 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sat, 11 May 2024 19:07:12 +0100 Subject: [PATCH] Fix wofi width --- dotfiles/.config/wofi/config | 1 + dotfiles/.config/wofi/style.css | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 dotfiles/.config/wofi/config diff --git a/dotfiles/.config/wofi/config b/dotfiles/.config/wofi/config new file mode 100644 index 00000000..0fd327fb --- /dev/null +++ b/dotfiles/.config/wofi/config @@ -0,0 +1 @@ +width=450 diff --git a/dotfiles/.config/wofi/style.css b/dotfiles/.config/wofi/style.css index 5498eb5b..6341b2a8 100644 --- a/dotfiles/.config/wofi/style.css +++ b/dotfiles/.config/wofi/style.css @@ -15,7 +15,6 @@ window { background-color: @base; border-radius: 8px; outline-style: none; - width: 30rem; } #input {