{ programs.wofi = { enable = true; settings = { gtk_dark = true; location = "left"; allow_markup = true; width = 250; }; style = '' * { font-family: monospace; } window { background-color: #242424; } #input { margin: 5px; border: none; color: #ffffff; background-color: #b30000; } #text { margin: 5px; border: none; color: #ffffff; } #entry { border: none; } #entry:focus { border: none; } #entry:selected { background-color: #b30000; border-radius: 5px; border: none; } ''; }; }