diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-07-30 16:56:27 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-07-30 16:56:27 -0500 |
| commit | 31f5645c5527a8a396618505e21ee45198f2479c (patch) | |
| tree | 257a18fcca2b9078bb09efc3e6f6b82ed4a47635 | |
| parent | 70278a5113ce99dac4c7dcbe94cec6234e2599e4 (diff) | |
nah i liked color0
| -rwxr-xr-x | targets/rofi.sh | 2 | ||||
| -rwxr-xr-x | wallpaper_scripts/feycave.sh | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/targets/rofi.sh b/targets/rofi.sh index 49533dd..4ed7ff0 100755 --- a/targets/rofi.sh +++ b/targets/rofi.sh @@ -2,7 +2,7 @@ fileout="$HOME/.config/rofi/config.rasi" printf " *{ - background: $(echo $background)e0; + background: $(echo $color0)e0; alternate-normal-background: #00000000; normal-background: #00000000; selected-normal-background: $(echo $color5)ff; diff --git a/wallpaper_scripts/feycave.sh b/wallpaper_scripts/feycave.sh new file mode 100755 index 0000000..b9d679f --- /dev/null +++ b/wallpaper_scripts/feycave.sh @@ -0,0 +1 @@ +echo "/home/iceyrazor/stuff/media/wallpapers/fey-cave.png" |
