aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wofi/config7
-rw-r--r--wofi/style.css29
2 files changed, 36 insertions, 0 deletions
diff --git a/wofi/config b/wofi/config
new file mode 100644
index 0000000..6e48624
--- /dev/null
+++ b/wofi/config
@@ -0,0 +1,7 @@
+show=drun
+allow_images=true
+lines=10
+width=600
+prompt=Search...
+hide_scroll=true
+term=foot
diff --git a/wofi/style.css b/wofi/style.css
new file mode 100644
index 0000000..4911161
--- /dev/null
+++ b/wofi/style.css
@@ -0,0 +1,29 @@
+window {
+ margin: 0px;
+ border: 2px solid #89b4fa;
+ background-color: #1e1e2e;
+ border-radius: 10px;
+}
+
+#input {
+ margin: 5px;
+ border: none;
+ padding: 8px;
+ color: #cdd6f4;
+ background-color: #313244;
+ border-radius: 8px;
+}
+
+#inner-box {
+ margin: 5px;
+}
+
+#entry {
+ padding: 5px;
+ border-radius: 6px;
+}
+
+#entry:selected {
+ background-color: #89b4fa;
+ color: #1e1e2e;
+}