Last active
July 22, 2022 09:33
-
-
Save DeityLamb/edf3f941b6e134d39c4c6ebac8775927 to your computer and use it in GitHub Desktop.
My wofi configs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| width=400 | |
| lines=10 | |
| term=alacritty | |
| prompt=Type an applicattion | |
| allow_images=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * { | |
| all: unset; | |
| } | |
| #window { | |
| color: #D8DEE9; | |
| background: #071020; | |
| } | |
| #input { | |
| padding: 16px; | |
| } | |
| #entry { | |
| padding: 8px; | |
| } | |
| #text { | |
| size: 12px; | |
| margin-left: 6px; | |
| } | |
| #entry:selected { | |
| background: #D8DEE9; | |
| color: #071020; | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment