diff options
Diffstat (limited to 'targets')
| -rwxr-xr-x | targets/rofi.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/targets/rofi.sh b/targets/rofi.sh new file mode 100755 index 0000000..e523e63 --- /dev/null +++ b/targets/rofi.sh @@ -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" |
