New backup 2026-03-03 14:30:02
This commit is contained in:
parent
d3c302555b
commit
1312fdd306
3 changed files with 13 additions and 5 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
width=400
|
width=400
|
||||||
#height=420
|
height=400
|
||||||
#lines=8
|
#lines=5
|
||||||
hide_scroll=true
|
hide_scroll=true
|
||||||
colors=../de-vars/colors/active/colors
|
colors=../de-vars/colors/active/colors
|
||||||
#key_expand=Right
|
#key_expand=Right
|
||||||
dynamic_lines=true
|
dynamic_lines=true
|
||||||
line_wrap=char
|
#line_wrap=char
|
||||||
|
|
|
||||||
9
de/home/.config/wofi/config-swayr
Normal file
9
de/home/.config/wofi/config-swayr
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
width=600
|
||||||
|
#height=400
|
||||||
|
#lines=5
|
||||||
|
hide_scroll=true
|
||||||
|
#colors=../de-vars/colors/active/colors
|
||||||
|
#colors= ~/.config/de-vars/colors/active/colors
|
||||||
|
#key_expand=Right
|
||||||
|
dynamic_lines=true
|
||||||
|
line_wrap=char
|
||||||
|
|
@ -50,7 +50,6 @@ window {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
padding: 0px 5px;
|
padding: 0px 5px;
|
||||||
color: @foreground-color;
|
color: @foreground-color;
|
||||||
background-color: red;
|
|
||||||
text-shadow: 0px 0px 2px @foreground-shadow-color,0px 0px 6px @foreground-shadow-color;
|
text-shadow: 0px 0px 2px @foreground-shadow-color,0px 0px 6px @foreground-shadow-color;
|
||||||
}
|
}
|
||||||
#text:selected {
|
#text:selected {
|
||||||
|
|
@ -61,7 +60,7 @@ window {
|
||||||
border: 0px solid @transparent-color;
|
border: 0px solid @transparent-color;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background-color: @button-background-color;
|
background-color: @button-background-color;
|
||||||
/* margin:10px 10px;*/
|
margin:10px;
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
}
|
}
|
||||||
#entry:selected {
|
#entry:selected {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue