mirror of
https://github.com/NotXia/dotfiles.git
synced 2025-12-14 10:01:54 +01:00
Add wofi config
This commit is contained in:
6
.config/wofi/config
Normal file
6
.config/wofi/config
Normal file
@ -0,0 +1,6 @@
|
||||
allow_images=true
|
||||
hide_scroll=true
|
||||
no_actions=false
|
||||
term=alacritty
|
||||
mode=drun
|
||||
--show
|
||||
44
.config/wofi/style.css
Normal file
44
.config/wofi/style.css
Normal file
@ -0,0 +1,44 @@
|
||||
* {
|
||||
font-family: "Hack", monospace;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: #303030;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#input {
|
||||
margin: 5px;
|
||||
border-radius: 0px;
|
||||
border: none;
|
||||
background-color: #3a3a3a;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
background-color: #3a3a3a;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
margin: 2px;
|
||||
padding: 10px;
|
||||
background-color: #303030;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
#text {
|
||||
padding: 4px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: #4b4b4b;
|
||||
}
|
||||
|
||||
#text:selected {
|
||||
background: transparent;
|
||||
}
|
||||
Reference in New Issue
Block a user