changed rofi. looks abit better

This commit is contained in:
iceyrazor 2025-07-25 19:03:19 -05:00
parent 5e19bfec78
commit 689a56ac10
1 changed files with 13 additions and 7 deletions

View File

@ -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"