added rofi gen

This commit is contained in:
2025-05-26 10:36:39 -05:00
parent f4173caa32
commit ddf0934368
5 changed files with 155 additions and 0 deletions

11
targets/rofi.sh Executable file
View File

@@ -0,0 +1,11 @@
fileout="$HOME/.config/rofi/config.rasi"
printf "@theme \"Arc-Dark\"
*{
background: $(echo $background)60;
alternate-normal-background: $(echo $background)40;
normal-background: $(echo $background)60;
foreground: #F0C3F0;
border-color: $(echo $color13)60;
selected-normal-background: $(echo $color13)60;
}" > "$fileout"