diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-10-22 15:55:57 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-10-22 15:55:57 +0900 |
| commit | c222e1bad2ba5e779c3af5b956906c82ead43271 (patch) | |
| tree | a5253e0861c200ff90354169e1f67ef42ebf0ef9 /config/wofi | |
| parent | bb0be21dba7980fc1c047eaba24eda1712bd7f31 (diff) | |
Initial upload
Diffstat (limited to 'config/wofi')
| -rw-r--r-- | config/wofi/WofiBig/config | 40 | ||||
| -rw-r--r-- | config/wofi/colors | 6 | ||||
| l--------- | 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 | ||||
| l--------- | 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, 320 insertions, 0 deletions
diff --git a/config/wofi/WofiBig/config b/config/wofi/WofiBig/config new file mode 100644 index 00000000..a8c75d95 --- /dev/null +++ b/config/wofi/WofiBig/config @@ -0,0 +1,40 @@ +## 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 new file mode 100644 index 00000000..3315baac --- /dev/null +++ b/config/wofi/colors @@ -0,0 +1,6 @@ +#2F3741 +#2F3741 +#d9e0ee +#4B87CD +#f38ba8 +#cba6f7 diff --git a/config/wofi/config b/config/wofi/config new file mode 120000 index 00000000..941720b9 --- /dev/null +++ b/config/wofi/config @@ -0,0 +1 @@ +/home/ja/00-Shared-Drives/Common-nvme/git-packages - nvme/01-Published/Hyprland-Dots/config/wofi/configs/config-default
\ No newline at end of file diff --git a/config/wofi/configs/config-default b/config/wofi/configs/config-default new file mode 100644 index 00000000..34109ee2 --- /dev/null +++ b/config/wofi/configs/config-default @@ -0,0 +1,40 @@ +## 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 new file mode 100644 index 00000000..d4ae53a1 --- /dev/null +++ b/config/wofi/configs/config-gnome @@ -0,0 +1,46 @@ +## 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 new file mode 100644 index 00000000..185a1c78 --- /dev/null +++ b/config/wofi/configs/config-plasma @@ -0,0 +1,46 @@ +## 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 new file mode 120000 index 00000000..cf63413c --- /dev/null +++ b/config/wofi/style.css @@ -0,0 +1 @@ +/home/ja/00-Shared-Drives/Common-nvme/git-packages - nvme/01-Published/Hyprland-Dots/config/wofi/styles/style-dark.css
\ No newline at end of file diff --git a/config/wofi/styles/style-dark.css b/config/wofi/styles/style-dark.css new file mode 100644 index 00000000..7f8419eb --- /dev/null +++ b/config/wofi/styles/style-dark.css @@ -0,0 +1,69 @@ +*{ +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 new file mode 100644 index 00000000..6c3985ea --- /dev/null +++ b/config/wofi/styles/style-light.css @@ -0,0 +1,71 @@ +*{ +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; +} |
