From ddf09343687a7031baa78473b1824d20594a2437 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Mon, 26 May 2025 10:36:39 -0500 Subject: added rofi gen --- targets/rofi.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 targets/rofi.sh (limited to 'targets') 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" -- cgit v1.3