summaryrefslogtreecommitdiff
path: root/wofi
diff options
context:
space:
mode:
authorUhGoomba <53350163+UhGoomba@users.noreply.github.com>2024-07-09 04:25:27 -0400
committerUhGoomba <53350163+UhGoomba@users.noreply.github.com>2024-07-09 04:25:27 -0400
commit60c82347a2c4c9a6c42c2d4a2f6e4923e1160d65 (patch)
tree7d88517e01d2606992dc52a2bbde673625809818 /wofi
parent601fc59e10f8f120e82e8073fc99591e61248486 (diff)
add wofi, waybar, fish, kitty
Diffstat (limited to 'wofi')
-rw-r--r--wofi/.config/wofi/config15
-rw-r--r--wofi/.config/wofi/style.css40
2 files changed, 55 insertions, 0 deletions
diff --git a/wofi/.config/wofi/config b/wofi/.config/wofi/config
new file mode 100644
index 0000000..f420906
--- /dev/null
+++ b/wofi/.config/wofi/config
@@ -0,0 +1,15 @@
+show=drun
+width=40%
+height=50%
+prompt=Search...
+normal_window=true
+location=center
+gtk-dark=true
+allow_images=true
+image_size=32
+insensitive=true
+allow_markup=true
+no_actions=true
+orientation=vertical
+halign=fill
+content_halign=fill \ No newline at end of file
diff --git a/wofi/.config/wofi/style.css b/wofi/.config/wofi/style.css
new file mode 100644
index 0000000..bde6edf
--- /dev/null
+++ b/wofi/.config/wofi/style.css
@@ -0,0 +1,40 @@
+window {
+ background-color: #171717;
+}
+
+* {
+ font-family: "Fira Code";
+ color: #fff;
+}
+
+#scroll {
+ padding: 0.5rem;
+}
+
+#input {
+ background-color: #262626;
+ outline: none;
+ box-shadow: none;
+ border: 0;
+ border-radius: 0;
+ font-size: 1rem;
+ padding: 0.5rem;
+}
+
+#inner-box {
+ margin: 0.5rem;
+ font-size: 1rem;
+}
+
+#img {
+ margin: 10px 10px;
+}
+
+#entry {
+ border-radius: 0.5rem;
+}
+
+#entry:selected {
+ background-color: #262626;
+ outline: none;
+}