remove wofi config
This commit is contained in:
parent
28fd8bac2c
commit
280623ffa1
2 changed files with 0 additions and 85 deletions
20
wofi/config
20
wofi/config
|
|
@ -1,20 +0,0 @@
|
||||||
hide_scroll=true
|
|
||||||
width=25%
|
|
||||||
lines=11
|
|
||||||
line_wrap=word
|
|
||||||
term=alacritty
|
|
||||||
allow_markup=true
|
|
||||||
always_parse_args=false
|
|
||||||
show_all=true
|
|
||||||
print_command=true
|
|
||||||
layer=overlay
|
|
||||||
allow_images=true
|
|
||||||
sort_order=default
|
|
||||||
gtk_dark=true
|
|
||||||
prompt=Search...
|
|
||||||
image_size=32
|
|
||||||
display_generic=false
|
|
||||||
location=center
|
|
||||||
key_expand=Tab
|
|
||||||
insensitive=false
|
|
||||||
single_click=true
|
|
||||||
|
|
@ -1,65 +0,0 @@
|
||||||
/** ********** Fonts ********** **/
|
|
||||||
* {
|
|
||||||
font-family: "JetBrains Mono", "Iosevka Nerd Font", archcraft, sans-serif;
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@import url('../../.cache/wal/colors-waybar.css');
|
|
||||||
|
|
||||||
#window {
|
|
||||||
background-color: --background;
|
|
||||||
color: --color2;
|
|
||||||
border: 2px solid --color4;
|
|
||||||
border-radius: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#outer-box {
|
|
||||||
padding: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#input {
|
|
||||||
background-color: var(--color5);
|
|
||||||
border: 0px solid --color2;
|
|
||||||
padding: 8px 12px;
|
|
||||||
opacity: 0.8;
|
|
||||||
}
|
|
||||||
|
|
||||||
#scroll {
|
|
||||||
margin-top: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#inner-box {
|
|
||||||
opacity: 0.8;
|
|
||||||
}
|
|
||||||
|
|
||||||
#img {
|
|
||||||
padding-right: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#text {
|
|
||||||
color: --wofi-color2;
|
|
||||||
}
|
|
||||||
|
|
||||||
#text:selected {
|
|
||||||
color: --wofi-color0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#entry {
|
|
||||||
padding: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#entry:selected {
|
|
||||||
background-color: @color7;
|
|
||||||
color: --wofi-color0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#unselected {
|
|
||||||
}
|
|
||||||
|
|
||||||
#selected {
|
|
||||||
}
|
|
||||||
|
|
||||||
#input,
|
|
||||||
#entry:selected {
|
|
||||||
border-radius: 4px;
|
|
||||||
}
|
|
||||||
Loading…
Add table
Reference in a new issue