Add files via upload

This commit is contained in:
OdiousImp2604
2021-01-16 19:05:21 +00:00
committed by GitHub
parent 2c9db867e7
commit 4fa7312bca
14 changed files with 391 additions and 213 deletions

View File

@@ -1,4 +1,4 @@
stylesheet=/home/sway/.config/wofi/style.css
stylesheet=/home/test/.config/wofi/style.css
hide_scroll=true
show=drun,run
width=700
@@ -8,7 +8,6 @@ term=alacritty
location=middle
allow_markup=true
always_parse_args=true
#show_all=true
print_command=true
layer=overlay
insensitive=true

View File

@@ -12,6 +12,7 @@ margin: 0px 3px 3px 3px;
#entry:selected {
background-color:#4b3766;
font-weight: bold;
color: #d8dee9;
}
#text:selected {
@@ -49,7 +50,7 @@ margin-bottom: 10px;
#text {
padding: 5px;
color: #d8dee9;
color: #ffffff;
background-color: transparent;
}