mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
12 lines
241 B
CSS
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";
|