diff options
Diffstat (limited to 'config/wofi')
| -rw-r--r-- | config/wofi/WofiBig/config | 40 | ||||
| -rw-r--r-- | config/wofi/colors | 6 | ||||
| -rw-r--r-- | config/wofi/config | 1 | ||||
| -rw-r--r-- | config/wofi/configs/config-default | 40 | ||||
| -rw-r--r-- | config/wofi/configs/config-gnome | 46 | ||||
| -rw-r--r-- | config/wofi/configs/config-plasma | 46 | ||||
| -rw-r--r-- | config/wofi/style.css | 1 | ||||
| -rw-r--r-- | config/wofi/styles/style-dark.css | 69 | ||||
| -rw-r--r-- | config/wofi/styles/style-light.css | 71 |
9 files changed, 0 insertions, 320 deletions
diff --git a/config/wofi/WofiBig/config b/config/wofi/WofiBig/config deleted file mode 100644 index a8c75d95..00000000 --- a/config/wofi/WofiBig/config +++ /dev/null @@ -1,40 +0,0 @@ -## Wofi Config - -## General -show=drun -prompt=Apps -normal_window=true -layer=overlay -term=foot -columns=5 - -## Geometry -width=60% -height=40% -location=bottom_left -orientation=vertical -halign=fill -line_wrap=off -dynamic_lines=false - -## Images -allow_markup=true -allow_images=true -image_size=24 - -## Search -exec_search=false -hide_search=false -parse_search=false -insensitive=false - -## Other -hide_scroll=true -no_actions=true -sort_order=default -gtk_dark=true -filter_rate=100 - -## Keys -key_expand=Tab -key_exit=Escape diff --git a/config/wofi/colors b/config/wofi/colors deleted file mode 100644 index 3315baac..00000000 --- a/config/wofi/colors +++ /dev/null @@ -1,6 +0,0 @@ -#2F3741 -#2F3741 -#d9e0ee -#4B87CD -#f38ba8 -#cba6f7 diff --git a/config/wofi/config b/config/wofi/config deleted file mode 100644 index f7944a3c..00000000 --- a/config/wofi/config +++ /dev/null @@ -1 +0,0 @@ -For symlink diff --git a/config/wofi/configs/config-default b/config/wofi/configs/config-default deleted file mode 100644 index 969d43e5..00000000 --- a/config/wofi/configs/config-default +++ /dev/null @@ -1,40 +0,0 @@ -T## Wofi Config - -## General -show=drun -prompt=Apps -normal_window=true -layer=overlay -term=foot -columns=2 - -## Geometry -width=30% -height=30% -location=top_left -orientation=vertical -halign=fill -line_wrap=off -dynamic_lines=false - -## Images -allow_markup=true -allow_images=true -image_size=24 - -## Search -exec_search=false -hide_search=false -parse_search=false -insensitive=false - -## Other -hide_scroll=true -no_actions=true -sort_order=default -gtk_dark=true -filter_rate=100 - -## Keys -key_expand=Tab -key_exit=Escape diff --git a/config/wofi/configs/config-gnome b/config/wofi/configs/config-gnome deleted file mode 100644 index d4ae53a1..00000000 --- a/config/wofi/configs/config-gnome +++ /dev/null @@ -1,46 +0,0 @@ -## Wofi Config - -## General -mode=drun,run -run-always_parse_args=true -show=drun -prompt=Apps -#normal_window=true -layer=overlay -term=foot -columns=1 -lines=15 - -## Geometry -height=20% -width=12% -location=top_left -xoffset=4 -yoffset=10 -orientation=vertical -halign=fill -line_wrap=off -dynamic_lines=false - -## Images -allow_markup=true -allow_images=true -image_size=24 - -## Search -exec_search=false -hide_search=false -parse_search=false -insensitive=false - -## Other -hide_scroll=false -no_actions=true -sort_order=default -gtk_dark=true -filter_rate=100 - -## Keys -key_expand=Tab -key_exit=Escape - diff --git a/config/wofi/configs/config-plasma b/config/wofi/configs/config-plasma deleted file mode 100644 index 185a1c78..00000000 --- a/config/wofi/configs/config-plasma +++ /dev/null @@ -1,46 +0,0 @@ -## Wofi Config - -## General -mode=drun,run -run-always_parse_args=true -show=drun -prompt=Apps -#normal_window=true -#layer=overlay -term=foot -columns=1 -lines=15 - -## Geometry -height=20% -width=14% -xoffset=10 -yoffset=-40 -location=bottom_left -orientation=vertical -halign=fill -line_wrap=off -dynamic_lines=false - -## Images -allow_markup=true -allow_images=true -image_size=24 - -## Search -exec_search=false -hide_search=false -parse_search=false -insensitive=false - -## Other -hide_scroll=false -no_actions=true -sort_order=default -gtk_dark=true -filter_rate=100 - -## Keys -key_expand=Tab -key_exit=Escape - diff --git a/config/wofi/style.css b/config/wofi/style.css deleted file mode 100644 index f7944a3c..00000000 --- a/config/wofi/style.css +++ /dev/null @@ -1 +0,0 @@ -For symlink diff --git a/config/wofi/styles/style-dark.css b/config/wofi/styles/style-dark.css deleted file mode 100644 index 7f8419eb..00000000 --- a/config/wofi/styles/style-dark.css +++ /dev/null @@ -1,69 +0,0 @@ -*{ -font-family: "JetBrainsMono Nerd Font"; -min-height: 0; -font-size: 100%; -font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; -padding: 0px; -margin-top: 1px; -margin-bottom: 1px; -} - - -#window { - /*background-color: --wofi-color0;*/ - background-color: rgba(50, 50, 50, 0.6); - color: --wofi-color2; - /*border: 2px solid --wofi-color1;*/ - border-radius: 0px; -} - -#outer-box { - padding: 10px; -} - -#input { - background-color: --wofi-color1; - /*border: 1px solid --wofi-color3;*/ - padding: 4px 6px; -} - -#scroll { - margin-top: 10px; - margin-bottom: 10px; -} - -#inner-box { -} - -#img { - padding-right: 5px; -} - -#text { - color: --wofi-color2; -} - -#text:selected { - color: --wofi-color0; -} - -#entry { - padding: 3px; -} - -#entry:selected { - background-color: --wofi-color3; - background: linear-gradient(90deg, #89b4fa, #b4befe, #89b4fa); - color: --wofi-color0; -} - -#unselected { -} - -#selected { -} - -#input, #entry:selected { - border-radius: 10px; - border: 1px solid #b4befe; -} diff --git a/config/wofi/styles/style-light.css b/config/wofi/styles/style-light.css deleted file mode 100644 index 6c3985ea..00000000 --- a/config/wofi/styles/style-light.css +++ /dev/null @@ -1,71 +0,0 @@ -*{ -font-family: "JetBrainsMono Nerd Font"; -min-height: 0; -/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ -font-size: 100%; -dfont-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; -padding: 0px; -margin-top: 1px; -margin-bottom: 1px; -} - -#window { - /*background-color: --wofi-color0;*/ - background: rgba(230, 230, 250, 0.8); - color: #1e1e2e; - /*border: 2px solid #1e1e2e;*/ - border-radius: 8px; -} - -#outer-box { - padding: 10px; -} - -#input { - background-color: #e7e7ec; - /*border: 1px solid #1e1e2e;*/ - padding: 4px 6px; - color: #585b70 -} - -#scroll { - margin-top: 10px; - margin-bottom: 10px; -} - -#inner-box { - color: #585b70 -} - -#img { - padding-right: 5px; -} - -#text { - color: #585b70; -} - -#text:selected { - color: #1e1e2e; -} - -#entry { - padding: 3px; -} - -#entry:selected { - background-color: --wofi-color3; - background: linear-gradient(90deg, #89b4fa, #b4befe, #89b4fa); - color: --wofi-color0; -} - -#unselected { -} - -#selected { -} - -#input, #entry:selected { - border-radius: 10px; - border: 1px solid #b4befe; -} |
