12 lines
345 B
Bash
Executable File
12 lines
345 B
Bash
Executable File
fileout="$HOME/.config/rofi/config.rasi"
|
|
|
|
printf "@theme \"Arc-Dark\"
|
|
*{
|
|
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;
|
|
}" > "$fileout"
|