diff options
Diffstat (limited to 'wofi')
| -rw-r--r-- | wofi/config | 9 | ||||
| -rw-r--r-- | wofi/style.css | 45 |
2 files changed, 54 insertions, 0 deletions
diff --git a/wofi/config b/wofi/config new file mode 100644 index 0000000..395ab21 --- /dev/null +++ b/wofi/config @@ -0,0 +1,9 @@ +show=drun +allow_images=true +insensitive=true +dynamic_lines=true +no_actions=true +location=2 + +drun-display_generic=true +drun-print_command=true diff --git a/wofi/style.css b/wofi/style.css new file mode 100644 index 0000000..5e10303 --- /dev/null +++ b/wofi/style.css @@ -0,0 +1,45 @@ +* { + outline-style: none; + outline: none; +} + +window { + margin: 5px; + font-family: Iosevka Nerd Font; + background-color: transparent; +} + +#outer-box { + border: 3px solid #434e59; + background-color: transparent; +} + +#input { + border: none; + background-color: #434e59; + opacity: 1; + border-radius: 0; +} + +#scroll { + opacity: 0.95; + background-color: #27292b; +} + +#entry { + padding: 5px; + border-left: 3px solid transparent; + border-right: 3px solid transparent; +} + +#entry:selected { + background-color: rgba(96, 111, 128, 0.2); + font-weight: 700; + font-style: italic; + border-left: 3px solid #434e59; + border-right: 3px solid #434e59; +} + +#img { + margin-right: 5px; +} |
