Move to fully user editable wofi styles

Closes #190
This commit is contained in:
David Heinemeier Hansson
2025-07-16 07:11:36 -07:00
parent 4ea0e65950
commit 781a7888cb
10 changed files with 17 additions and 82 deletions

11
config/wofi/select.css Normal file
View File

@ -0,0 +1,11 @@
/* 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";

View File

@ -1,4 +1,4 @@
/* Colors are defined by theme files and can be referenced via @base, @text, @selected-text, and @border */
/* Colors are defined by theme file and can be referenced via @base, @text, @selected-text, and @border */
* {
font-family: 'CaskaydiaMono Nerd Font', monospace;
@ -71,3 +71,4 @@ window {
-gtk-icon-transform: scale(0.7);
}
@import ".config/omarchy/current/theme/wofi.css";