diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-05-26 10:36:39 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-05-26 10:36:39 -0500 |
| commit | ddf09343687a7031baa78473b1824d20594a2437 (patch) | |
| tree | b7857efbd14a21cb06523dd067ee772ab218e570 /targets | |
| parent | f4173caa3259ca930e6351da0433c2db9f6fa2fc (diff) | |
added rofi gen
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" |
