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