changed rofi. looks abit better
This commit is contained in:
parent
5e19bfec78
commit
689a56ac10
|
@ -1,11 +1,17 @@
|
|||
fileout="$HOME/.config/rofi/config.rasi"
|
||||
|
||||
printf "@theme \"Arc-Dark\"
|
||||
printf "
|
||||
*{
|
||||
background: $(echo $background)80;
|
||||
alternate-normal-background: $(echo $background)60;
|
||||
normal-background: $(echo $background)80;
|
||||
foreground: #F0C3F0;
|
||||
border-color: $(echo $color13)80;
|
||||
selected-normal-background: $(echo $color13)80;
|
||||
background: $(echo $color0)e0;
|
||||
alternate-normal-background: #00000000;
|
||||
normal-background: #00000000;
|
||||
selected-normal-background: $(echo $color13)ff;
|
||||
foreground: $(echo $color14);
|
||||
selected-normal-foreground: $(echo $color0)ff;
|
||||
separatorcolor: #00000000;
|
||||
spacing: 2;
|
||||
}
|
||||
|
||||
window {
|
||||
border: 0;
|
||||
}" > "$fileout"
|
||||
|
|
Loading…
Reference in New Issue