diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-10-22 17:50:45 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-10-22 17:51:04 +0900 |
| commit | 9c3712630695d2c8641f2e82051d0829c1258eb1 (patch) | |
| tree | 005dea05ed70ea81cc110b55a0b02003b9493889 /config/wofi | |
| parent | 4c1bbf3e20729436593081ea1796245fd124ddf0 (diff) | |
corrected symlinks
Diffstat (limited to 'config/wofi')
| -rw-r--r-- | config/wofi/configs/config-default | 41 | ||||
| -rw-r--r-- | config/wofi/styles/style-dark.css | 70 |
2 files changed, 2 insertions, 109 deletions
diff --git a/config/wofi/configs/config-default b/config/wofi/configs/config-default index 34109ee2..27b037ae 100644 --- a/config/wofi/configs/config-default +++ b/config/wofi/configs/config-default @@ -1,40 +1 @@ -## 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 +This will be symlink file and will be corrected using script
\ No newline at end of file diff --git a/config/wofi/styles/style-dark.css b/config/wofi/styles/style-dark.css index 7f8419eb..27b037ae 100644 --- a/config/wofi/styles/style-dark.css +++ b/config/wofi/styles/style-dark.css @@ -1,69 +1 @@ -*{ -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; -} +This will be symlink file and will be corrected using script
\ No newline at end of file |
