aboutsummaryrefslogtreecommitdiff
path: root/wofi
diff options
context:
space:
mode:
authorJack Jamison <53350163+JackJ30@users.noreply.github.com>2024-11-09 14:09:38 -0500
committerGitHub <noreply@github.com>2024-11-09 14:09:38 -0500
commit2d4198da6a59e52278255d22e7aba394b3ce1688 (patch)
treee16ab66261797c06580679daffc13ef1b6ffd0cb /wofi
parente70986a9c299f004aa290bde0ec430ca864f7e74 (diff)
parentddd43ed96249932652c7427dbdbbac92e5ef49ed (diff)
Merge pull request #1 from JackJ30/laptop
Merge Laptop, it's my main workspace now
Diffstat (limited to 'wofi')
-rw-r--r--wofi/.config/wofi/config15
-rw-r--r--wofi/.config/wofi/style.css40
2 files changed, 0 insertions, 55 deletions
diff --git a/wofi/.config/wofi/config b/wofi/.config/wofi/config
deleted file mode 100644
index f420906..0000000
--- a/wofi/.config/wofi/config
+++ /dev/null
@@ -1,15 +0,0 @@
-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
deleted file mode 100644
index bde6edf..0000000
--- a/wofi/.config/wofi/style.css
+++ /dev/null
@@ -1,40 +0,0 @@
-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;
-}