aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-05-26 10:36:39 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-05-26 10:36:39 -0500
commitddf09343687a7031baa78473b1824d20594a2437 (patch)
treeb7857efbd14a21cb06523dd067ee772ab218e570 /targets
parentf4173caa3259ca930e6351da0433c2db9f6fa2fc (diff)
added rofi gen
Diffstat (limited to 'targets')
-rwxr-xr-xtargets/rofi.sh11
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"