Files
omarchy/config/wofi/select.css
David Heinemeier Hansson 781a7888cb Move to fully user editable wofi styles
Closes #190
2025-07-16 07:11:36 -07:00

12 lines
241 B
CSS

/* Use by power menu, theme selector, and other menus without visible search bar */
@import ".config/wofi/style.css";
#input {
display: none;
opacity: 0;
margin-top: -200px;
}
@import ".config/omarchy/current/theme/wofi.css";