- rofi change
This commit is contained in:
2025-07-30 03:00:06 -05:00
parent f7ce5d9af5
commit 70278a5113
3 changed files with 72 additions and 2 deletions

View File

@@ -2,10 +2,10 @@ fileout="$HOME/.config/rofi/config.rasi"
printf "
*{
background: $(echo $color0)e0;
background: $(echo $background)e0;
alternate-normal-background: #00000000;
normal-background: #00000000;
selected-normal-background: $(echo $color13)ff;
selected-normal-background: $(echo $color5)ff;
foreground: $(echo $color14);
selected-normal-foreground: $(echo $color0)ff;
separatorcolor: #00000000;