From ee71cba8d51ea5635ebda2ba0c776e8378706c6d Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Sat, 7 Sep 2024 14:02:06 -0400 Subject: better stow --- wofi/.config/wofi/config | 15 --------------- wofi/.config/wofi/style.css | 40 ---------------------------------------- 2 files changed, 55 deletions(-) delete mode 100644 wofi/.config/wofi/config delete mode 100644 wofi/.config/wofi/style.css (limited to 'wofi/.config') diff --git a/wofi/.config/wofi/config b/wofi/.config/wofi/config deleted file mode 100644 index f420906..0000000 --- a/wofi/.config/wofi/config +++ /dev/null @@ -1,15 +0,0 @@ -show=drun -width=40% -height=50% -prompt=Search... -normal_window=true -location=center -gtk-dark=true -allow_images=true -image_size=32 -insensitive=true -allow_markup=true -no_actions=true -orientation=vertical -halign=fill -content_halign=fill \ No newline at end of file diff --git a/wofi/.config/wofi/style.css b/wofi/.config/wofi/style.css deleted file mode 100644 index bde6edf..0000000 --- a/wofi/.config/wofi/style.css +++ /dev/null @@ -1,40 +0,0 @@ -window { - background-color: #171717; -} - -* { - font-family: "Fira Code"; - color: #fff; -} - -#scroll { - padding: 0.5rem; -} - -#input { - background-color: #262626; - outline: none; - box-shadow: none; - border: 0; - border-radius: 0; - font-size: 1rem; - padding: 0.5rem; -} - -#inner-box { - margin: 0.5rem; - font-size: 1rem; -} - -#img { - margin: 10px 10px; -} - -#entry { - border-radius: 0.5rem; -} - -#entry:selected { - background-color: #262626; - outline: none; -} -- cgit v1.2.3