Skip to content

Instantly share code, notes, and snippets.

@DeityLamb
Last active July 22, 2022 09:33
Show Gist options
  • Select an option

  • Save DeityLamb/edf3f941b6e134d39c4c6ebac8775927 to your computer and use it in GitHub Desktop.

Select an option

Save DeityLamb/edf3f941b6e134d39c4c6ebac8775927 to your computer and use it in GitHub Desktop.
My wofi configs
width=400
lines=10
term=alacritty
prompt=Type an applicattion
allow_images=true
* {
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