remove search in powermenu and search
This commit is contained in:
18
.config/wofi/config.power
Normal file
18
.config/wofi/config.power
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
hide_search=true
|
||||||
|
hide_scroll=true
|
||||||
|
show=dmenu
|
||||||
|
width=50
|
||||||
|
lines=4
|
||||||
|
line_wrap=word
|
||||||
|
term=alacritty
|
||||||
|
location=middle
|
||||||
|
allow_markup=true
|
||||||
|
always_parse_args=true
|
||||||
|
print_command=true
|
||||||
|
layer=overlay
|
||||||
|
insensitive=true
|
||||||
|
prompt=
|
||||||
|
image_size=15
|
||||||
|
display_generic=true
|
||||||
|
line_wrap=word
|
||||||
|
key_expand=Tab
|
||||||
5
.config/wofi/config.screenshot
Normal file
5
.config/wofi/config.screenshot
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
hide_search=true
|
||||||
|
hide_scroll=true
|
||||||
|
width=1
|
||||||
|
show=dmenu
|
||||||
|
lines=5
|
||||||
@@ -12,6 +12,7 @@ Arc-Dark Color Scheme
|
|||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
|
border: 1px solid @highlight;
|
||||||
}
|
}
|
||||||
|
|
||||||
#input {
|
#input {
|
||||||
|
|||||||
53
.config/wofi/style.power.css
Normal file
53
.config/wofi/style.power.css
Normal file
@@ -0,0 +1,53 @@
|
|||||||
|
/*
|
||||||
|
Arc-Dark Color Scheme
|
||||||
|
*/
|
||||||
|
|
||||||
|
@define-color highlight #5294e2;
|
||||||
|
@define-color base1 #404552;
|
||||||
|
@define-color base2 #40455;
|
||||||
|
@define-color base3 #4b5160;
|
||||||
|
|
||||||
|
|
||||||
|
*{
|
||||||
|
font-family: UbuntuMono;
|
||||||
|
}
|
||||||
|
|
||||||
|
#window {
|
||||||
|
border: 1px solid @highlight;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#inner-box {
|
||||||
|
background-color: @base2;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#outer-box {
|
||||||
|
margin: 5px;
|
||||||
|
padding:15px;
|
||||||
|
background-color: @base2;
|
||||||
|
margin-top: -20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#scroll {
|
||||||
|
}
|
||||||
|
|
||||||
|
#text {
|
||||||
|
padding: 5px;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
#entry:nth-child(even){
|
||||||
|
background-color: @base1;
|
||||||
|
}
|
||||||
|
|
||||||
|
#entry {
|
||||||
|
background-color: @base3;
|
||||||
|
}
|
||||||
|
|
||||||
|
#entry:selected {
|
||||||
|
background-color: @highlight;
|
||||||
|
}
|
||||||
|
|
||||||
|
#text:selected {
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user