aboutsummaryrefslogtreecommitdiff
path: root/wofi
diff options
context:
space:
mode:
Diffstat (limited to 'wofi')
-rw-r--r--wofi/config4
-rwxr-xr-xwofi/run.sh3
-rw-r--r--wofi/style.css15
3 files changed, 19 insertions, 3 deletions
diff --git a/wofi/config b/wofi/config
new file mode 100644
index 0000000..05a7417
--- /dev/null
+++ b/wofi/config
@@ -0,0 +1,4 @@
+show=drun
+allow_images=true
+allow_markup=true
+gtk_dark=true
diff --git a/wofi/run.sh b/wofi/run.sh
deleted file mode 100755
index c6378b5..0000000
--- a/wofi/run.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-exec wofi --show drun --allow-images --allow-markup --gtk-dark
diff --git a/wofi/style.css b/wofi/style.css
new file mode 100644
index 0000000..2747793
--- /dev/null
+++ b/wofi/style.css
@@ -0,0 +1,15 @@
+window {
+ background: rgba(50, 50, 50, 0.9);
+}
+
+#img {
+ margin: 0 0.5rem;
+}
+
+#entry > .entry {
+ margin-left: 1rem;
+}
+
+#entry > expander > .entry {
+ margin-left: 0rem;
+}