diff options
Diffstat (limited to 'config/rofi')
| -rw-r--r-- | config/rofi/config-wallpaper-effect.rasi | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/config/rofi/config-wallpaper-effect.rasi b/config/rofi/config-wallpaper-effect.rasi new file mode 100644 index 00000000..0a91915c --- /dev/null +++ b/config/rofi/config-wallpaper-effect.rasi @@ -0,0 +1,27 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* Wallpaper Effects */ + +@import "~/.config/rofi/config-compact.rasi" + +/* ---- Entry ---- */ +entry { + width: 20%; + placeholder: "🏙️ Choose desired wallpaper effect"; +} + +/* ---- Window ---- */ +window { + width: 24%; +} + +/* ---- Listview ---- */ +listview { + fixed-columns: false; + colums: 1; + lines: 5; +} + +/* ---- Inputbar ---- */ +inputbar { + background-image: url("~/.config/hypr/wallpaper_effects/.wallpaper_modified", width); +}
\ No newline at end of file |
