aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi/config-wallpaper-effect.rasi
diff options
context:
space:
mode:
authorJa.KooLit <85185940+JaKooLit@users.noreply.github.com>2025-02-16 11:09:08 +0900
committerGitHub <noreply@github.com>2025-02-16 11:09:08 +0900
commit8acfbb16d5ef45960a13cb9768517d3c418771a6 (patch)
tree7b618f6cca7942c3d2876740fca3963092b2da21 /config/rofi/config-wallpaper-effect.rasi
parent349f564bf307ad1ed99c87d028fccdecf7c1bdeb (diff)
parent0c53ef536ca2f028672004e909daac5473e6110f (diff)
Merge pull request #556 from JaKooLit/development
Development to main feat. Rofi Themes
Diffstat (limited to 'config/rofi/config-wallpaper-effect.rasi')
-rw-r--r--config/rofi/config-wallpaper-effect.rasi32
1 files changed, 26 insertions, 6 deletions
diff --git a/config/rofi/config-wallpaper-effect.rasi b/config/rofi/config-wallpaper-effect.rasi
index 684c00a2..6a4dbfe5 100644
--- a/config/rofi/config-wallpaper-effect.rasi
+++ b/config/rofi/config-wallpaper-effect.rasi
@@ -1,26 +1,46 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Wallpaper Effects */
-@import "~/.config/rofi/master-config.rasi"
+@import "~/.config/rofi/config.rasi"
+
+
+/* ---- Mainbox ---- */
+mainbox {
+ children:
+ [ "inputbar", "listview"];
+}
/* ---- Entry ---- */
entry {
- width: 20%;
- placeholder: " 🏙️ Choose desired wallpaper effect";
+ width: 32%;
+ placeholder: " 🏙️ Search / Choose desired wallpaper effect";
}
/* ---- Window ---- */
window {
- width: 24%;
+ width: 35%;
}
/* ---- Listview ---- */
listview {
- fixed-columns: false;
+ columns: 2;
lines: 8;
+ fixed-height: false;
+ scrollbar: true;
}
/* ---- Inputbar ---- */
inputbar {
- background-image: url("~/.config/hypr/wallpaper_effects/.wallpaper_modified", width);
+ background-image: url("~/.config/hypr/wallpaper_effects/.wallpaper_modified", width);
+}
+
+/* ---- Element ---- */
+element-icon {
+ size: 0%;
+}
+
+element-text {
+ horizontal-align: 0.0;
+ vertical-align: 0.0;
+ margin: 5px 30px 5px 30px;
} \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage