From 60c82347a2c4c9a6c42c2d4a2f6e4923e1160d65 Mon Sep 17 00:00:00 2001 From: UhGoomba <53350163+UhGoomba@users.noreply.github.com> Date: Tue, 9 Jul 2024 04:25:27 -0400 Subject: add wofi, waybar, fish, kitty --- wofi/.config/wofi/config | 15 +++++++++++++++ wofi/.config/wofi/style.css | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 wofi/.config/wofi/config create mode 100644 wofi/.config/wofi/style.css (limited to 'wofi') 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; +} -- cgit v1.2.3