diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-06-03 17:23:26 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-06-03 17:23:26 +0900 |
| commit | c2578231edeb0cb812bcd038d11d295132872141 (patch) | |
| tree | d384084a1caadfa09220219777e190a8ef055710 /config/rofi | |
| parent | d62b220ebc2c60c2f11e47f35616d9e803c07dd4 (diff) | |
Wallpaper-Effects (Super Shift W)
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 |
