Power Menu Moved To Top Right!

This commit is contained in:
OdiousImp2604
2021-01-29 13:25:46 +00:00
committed by GitHub
parent 1a32252ea9
commit 171942634f
2 changed files with 10 additions and 19 deletions

View File

@@ -1,18 +1,8 @@
hide_search=true hide_search=true
hide_scroll=true hide_scroll=true
show=dmenu show=dmenu
width=50 width=100
lines=4 lines=4
line_wrap=word location=top_right
term=alacritty x=-120
location=middle y=10
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

View File

@@ -14,6 +14,7 @@ Arc-Dark Color Scheme
#window { #window {
border: 1px solid @highlight; border: 1px solid @highlight;
margin: 0px 5px 0px 5px;
} }
@@ -24,9 +25,9 @@ Arc-Dark Color Scheme
#outer-box { #outer-box {
margin: 5px; margin: 5px;
padding:15px; padding:10px;
background-color: @base2; background-color: @base2;
margin-top: -20px; margin-top: -22px;
} }
#scroll { #scroll {