aboutsummaryrefslogtreecommitdiff
path: root/.config/wofi
diff options
context:
space:
mode:
Diffstat (limited to '.config/wofi')
-rw-r--r--.config/wofi/config10
-rw-r--r--.config/wofi/style.css34
2 files changed, 44 insertions, 0 deletions
diff --git a/.config/wofi/config b/.config/wofi/config
new file mode 100644
index 0000000..02d32b1
--- /dev/null
+++ b/.config/wofi/config
@@ -0,0 +1,10 @@
+term=kitty
+width=15%
+lines=11
+
+insensitive=true
+matching=fuzzy
+prompt=
+show=drun
+allow_images=true
+hide_scroll=true
diff --git a/.config/wofi/style.css b/.config/wofi/style.css
new file mode 100644
index 0000000..df47f8e
--- /dev/null
+++ b/.config/wofi/style.css
@@ -0,0 +1,34 @@
+@import url("/home/user/.cache/wal/colors-css");
+
+* {
+ color: @foreground;
+ background: transparent;
+}
+
+#input {
+ border-radius: 0.75em;
+ border: 2px solid alpha(@color3, 0.3);
+ box-shadow: none;
+ background: alpha(@background, 0.8);
+}
+
+#outer-box {
+ padding: 10px;
+ border-radius: 0.75em;
+ border: 2px solid alpha(@color3, 0.3);
+ background: alpha(@background, 0.5);
+}
+
+#scroll {
+ margin-top: 10px;
+}
+
+#img {
+ margin-right: 2px;
+ -gtk-icon-transform:scale(0.6);
+}
+
+#entry:selected {
+ border-radius: 0.25em;
+ background-color: alpha(@background, 0.3);
+}