From c2578231edeb0cb812bcd038d11d295132872141 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 3 Jun 2024 17:23:26 +0900 Subject: Wallpaper-Effects (Super Shift W) --- config/rofi/config-wallpaper-effect.rasi | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 config/rofi/config-wallpaper-effect.rasi (limited to 'config/rofi') 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 -- cgit v1.2.3