From 9b8b6bfd9814461f71ef0c00bd2b421fefb128b6 Mon Sep 17 00:00:00 2001 From: OdiousImp2604 <74424076+OdiousImp2604@users.noreply.github.com> Date: Sat, 16 Jan 2021 12:52:55 +0000 Subject: [PATCH] Delete wofi directory --- wofi/config | 19 ---------------- wofi/style.css | 59 -------------------------------------------------- 2 files changed, 78 deletions(-) delete mode 100644 wofi/config delete mode 100644 wofi/style.css diff --git a/wofi/config b/wofi/config deleted file mode 100644 index 4a0740c..0000000 --- a/wofi/config +++ /dev/null @@ -1,19 +0,0 @@ -stylesheet=/home/sway/.config/wofi/style.css -hide_scroll=true -show=drun,run -width=700 -lines=7 -line_wrap=word -term=alacritty -location=middle -allow_markup=true -always_parse_args=true -#show_all=true -print_command=true -layer=overlay -insensitive=true -prompt= -image_size=15 -display_generic=true -line_wrap=word -key_expand=Tab diff --git a/wofi/style.css b/wofi/style.css deleted file mode 100644 index aa66c67..0000000 --- a/wofi/style.css +++ /dev/null @@ -1,59 +0,0 @@ -#entry { -border-radius: 5px; -padding: 3px; -margin: 0px 3px 3px 3px; -} - -@keyframes fadeIn { - from {opacity: 0;} - to {opacity: 1;} -} - -#entry:selected { -background-color:#4b3766; -font-weight: bold; -} - -#text:selected { -color: #d8dee9; -} - -#window { -background-color: transparent; -font-family: Ubuntu Mono; -} - -#input { -border: none; -background-color: #4c566a; -padding: 10px; -margin: 15px 15px 10px 15px; -border-radius: 5px; -} - -#inner-box { -color: #4b3766; -padding-top: 5px; -margin: 0px 10px 10px 10px; -} - -#outer-box { -margin: 15px; -background-color: rgba(53,59,73,1.0); -box-shadow: 0px 0px 5px 0 #0F0F0F; -} - -#scroll { -margin-bottom: 10px; -} - -#text { -padding: 5px; -color: #d8dee9; -background-color: transparent; -} - -#img { - background-color: transparent; - padding: 5px; -}