diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-07-25 19:03:19 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-07-25 19:03:19 -0500 |
| commit | 689a56ac10d80aec9fdc7e604772b47c52e50cbe (patch) | |
| tree | 4bffa4e2911332f3f931c7dd45aaa62ca7b2da39 /targets | |
| parent | 5e19bfec7885313811abe7b9c2a2a4ef8abac037 (diff) | |
changed rofi. looks abit better
Diffstat (limited to 'targets')
| -rwxr-xr-x | targets/rofi.sh | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/targets/rofi.sh b/targets/rofi.sh index 4b723a0..c80419f 100755 --- a/targets/rofi.sh +++ b/targets/rofi.sh @@ -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" |
