{...}: { programs.wofi.settings = { location = "center"; allow_images = true; allow_markup = true; key_expand = "Tab"; key_up = "Control_L-k"; key_down = "Control_L-j"; key_left = "Control_L-h"; key_right = "Control_L-l"; matching = "fuzzy"; }; programs.wofi.style = '' window { border-radius: 15px; border-color: transparent; border-image: linear-gradient(45deg, #33ccff, #00ff99); border-image-slice: 1; border-width: 2px; border-style: solid; background-color: rgba(0.23, 0.26, 0.32, 0.6); } #input { margin: 5px; border-radius: 15px; border-color: #33ccff; border-width: 2px; border-style: solid; background: transparent; color: white; } #inner-box { background-color: transparent; } #outer-box { margin: 2px; padding: 10px; background: transparent; } #scroll { margin: 5px; } #text { padding: 4px; color: white; background: transparent; border: none; } #entry { background: transparent; border: none; } #entry:selected { border-radius: 15px; border-color: #33ccff; border-width: 2px; border-style: solid; background: transparent; } #expander { border-radius: 15px; border-color: #33ccff; border-width: 2px; border-style: solid; background: transparent; } ''; }