diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index ccc75ad..91b0c32 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -12,7 +12,7 @@ monitor=,preferred,1920x1080@144,auto-left # See https://wiki.hypr.land/Configuring/Keywords/ $terminal = kitty $fileManager = dolphin -$menu = wofi show --conf ~/dots/.config/wofi/config +$menu = wofi show drun --conf ~/dots/.config/wofi/config --style ~/dots/.config/wofi/style.css $browser = zen-browser ################# diff --git a/.config/wofi/config b/.config/wofi/config index 5bf9711..2f63aa7 100644 --- a/.config/wofi/config +++ b/.config/wofi/config @@ -1,12 +1,12 @@ mode=drun -width=600 -height=400 +width=1000 +height=300 allow_markup=true no_actions=true halign=fill orientation=vertical content_halign=fill insensitive=true -allow_images=true +allow_images=false image_size=40 hide_scroll=true diff --git a/.config/wofi/style.css b/.config/wofi/style.css index 0ef36a6..a9e7b27 100644 --- a/.config/wofi/style.css +++ b/.config/wofi/style.css @@ -1,28 +1,25 @@ window { - font-family: "DejaVu Sans", "Font Awesome 5 Free"; margin: 0px; - border: 1px solid rgba(0, 0, 0, 0.9); - background-color: rgba(29, 31, 33, 0.95); - border-radius: 10px; + background-color: black; } #input { margin: 5px; border: none; - color: #f8f8f2; - background-color: rgba(55, 59, 65, 0.95); + color: #d8dee9; + background-color: black; } #inner-box { margin: 5px; border: none; - background-color: transparent; + background-color: black; } #outer-box { margin: 5px; border: none; - background-color: transparent; + background-color: black; } #scroll { @@ -33,19 +30,9 @@ window { #text { margin: 5px; border: none; - color: #c5c8c6; -} - -#entry { - border: none; -} - -#entry:focus { - border: none; + color: #d8dee9; } #entry:selected { - background-color: rgba(55, 59, 65, 0.95); - border-radius: 5px; - border: none; + background-color: #3b4252; }