diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-12-08 16:58:52 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-12-08 16:58:52 +0530 |
| commit | af844bbc44741a971614175248cc29505d1acbd1 (patch) | |
| tree | d75c8dc30e7f0f0596b5f087ad3697678a042e3e /wofi | |
| parent | 15bed9293ad7fb0b54cef68cdbf1a0549ec7aa97 (diff) | |
replaced wofi with custom app menu + right side apps bar + organization of qml files
Diffstat (limited to 'wofi')
| -rw-r--r-- | wofi/colors | 2 | ||||
| -rw-r--r-- | wofi/config | 8 | ||||
| -rw-r--r-- | wofi/style.css | 53 |
3 files changed, 0 insertions, 63 deletions
diff --git a/wofi/colors b/wofi/colors deleted file mode 100644 index 1c6bb43..0000000 --- a/wofi/colors +++ /dev/null @@ -1,2 +0,0 @@ -#F0EDEC -#2C363C diff --git a/wofi/config b/wofi/config deleted file mode 100644 index 4e868f0..0000000 --- a/wofi/config +++ /dev/null @@ -1,8 +0,0 @@ -show=drun -allow_images=true -insensitive=true -lines=10 -width=600 -prompt=Search... -hide_scroll=true -term=foot diff --git a/wofi/style.css b/wofi/style.css deleted file mode 100644 index 15e1f4a..0000000 --- a/wofi/style.css +++ /dev/null @@ -1,53 +0,0 @@ -#window { - border: 3px solid rgba(--wofi-rgb-color1, 0.94); - background-color: rgba(--wofi-rgb-color1, 0.94); - font-size: 18px; - font-family: "JetbrainsMono Nerd Font"; -} - -#outer-box { - margin: 3px; -} - -#input { - border: 0; - border-radius: 0; - background-color: transparent; - color: --wofi-color0; - margin: 3px; -} - -#input image:first-child { - margin-left: -100px; -} - -#input image:last-child { - margin-right: -100px; -} - -#input:focus { - border-radius: 0; -} - -#entry { - color: --wofi-color0; -} - -#entry:selected { - background-color: rgba(--wofi-rgb-color0, 0.94); -} - -#text:selected { - color: --wofi-color1; -} - -#img { - margin-right: 5px; - margin-left: 3px; - margin-top: 3px; - margin-bottom: 3px; -} - -#text { - margin-left: 3px; -} |
