diff --git a/hyprland/.config/hypr/config.d/03-keybinds.conf b/hyprland/.config/hypr/config.d/03-keybinds.conf
index 0847392f..d3d4a5ae 100644
--- a/hyprland/.config/hypr/config.d/03-keybinds.conf
+++ b/hyprland/.config/hypr/config.d/03-keybinds.conf
@@ -5,7 +5,7 @@ $mainMod = ALT
 # Program opening and closing
 bind = $mainMod, Return, exec, foot
 bind = $mainMod, Q, killactive
-bind = $mainMod, Space, exec, pgrep wofi || wofi -i --show drun
+bind = $mainMod, Space, exec, pgrep wofi || wofi --show drun
 #bind = $mainMod, M, exit, 
 bind = $mainMod, T, pseudo, # dwindle
 bind = $mainMod, F, togglefloating, 
diff --git a/hyprland/.config/wofi/config b/hyprland/.config/wofi/config
new file mode 100644
index 00000000..60fb0020
--- /dev/null
+++ b/hyprland/.config/wofi/config
@@ -0,0 +1,2 @@
+# vim: set ft=config:
+insensitive=true
diff --git a/hyprland/.config/wofi/style.css b/hyprland/.config/wofi/style.css
new file mode 100644
index 00000000..4d17c664
--- /dev/null
+++ b/hyprland/.config/wofi/style.css
@@ -0,0 +1,52 @@
+/* ::root{ */
+/*     --accent: #5291e2; */
+/*     --dark: #383C4A; */
+/*     --light: #7C818C; */
+/*     --ld: #404552; */
+/*     --dl: #4B5162 */
+/*     --white: white; */
+/* } */
+
+window {
+    background-color: #7C818C;
+}
+
+#input {
+    margin: 5px;
+    border-radius: 0px;
+    border: none;
+    border-bottom: 3px solid black;
+    background-color: #383C4A;
+    color: white;
+}
+
+#inner-box {
+    background-color: #383C4A;
+
+}
+
+#outer-box {
+    margin: 5px;
+    padding:20px;
+    background-color: #383C4A;
+}
+
+#scroll {
+}
+
+#text {
+padding: 5px;
+color: white;
+}
+
+#entry:nth-child(even){
+    background-color: #404552;
+}
+
+#entry:selected {
+    background-color: #5291e2;
+}
+
+#text:selected {
+}
+