mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
adding wofi config
This commit is contained in:
parent
3b4f65768f
commit
e4da95c084
2 changed files with 55 additions and 0 deletions
5
wofi/config
Normal file
5
wofi/config
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
show=drun
|
||||
prompt=
|
||||
width=30%
|
||||
term=alacritty
|
||||
matching=fuzzy
|
||||
50
wofi/style.css
Normal file
50
wofi/style.css
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
* {
|
||||
font-family: "JetBrainsMono Nerd Font";
|
||||
color: #eceef4;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
window {
|
||||
margin: 0px;
|
||||
background-color: #0C0D14;
|
||||
}
|
||||
|
||||
#input {
|
||||
border: none;
|
||||
background-color: #0D0F17;
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin: 0px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#text {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#entry {
|
||||
border: none;
|
||||
}
|
||||
|
||||
#entry:focus {
|
||||
border: none;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: #191B2B;
|
||||
border: none;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue