aboutsummaryrefslogtreecommitdiff
path: root/wallust/templates/rofi-wallpapermenu
diff options
context:
space:
mode:
authoreric.marin <maarin.eric@gmail.com>2025-09-07 21:17:26 +0200
committereric.marin <maarin.eric@gmail.com>2025-09-08 12:03:27 +0200
commitab6d61c5fc5f8adebd46691f94cf35c32ae631db (patch)
tree20c5bfde9157d0e840ab53fc5059c592656f9eac /wallust/templates/rofi-wallpapermenu
parente958146735f214509d3996a21a1adfb950e415b8 (diff)
downloaddotfiles-ab6d61c5fc5f8adebd46691f94cf35c32ae631db.tar.gz
dotfiles-ab6d61c5fc5f8adebd46691f94cf35c32ae631db.zip
changed a bunch of things
updated the Wallpaper Menu and adjusted other things
Diffstat (limited to 'wallust/templates/rofi-wallpapermenu')
-rw-r--r--wallust/templates/rofi-wallpapermenu20
1 files changed, 11 insertions, 9 deletions
diff --git a/wallust/templates/rofi-wallpapermenu b/wallust/templates/rofi-wallpapermenu
index 9a8e8b4..fe4fe13 100644
--- a/wallust/templates/rofi-wallpapermenu
+++ b/wallust/templates/rofi-wallpapermenu
@@ -2,20 +2,22 @@
* {
background-color: {{background}};
+ color: {{foreground}};
+ font: "Hack Nerd Font 10";
}
window {
- children: [ horibox ];
border: 1;
border-color: {{color1}};
padding: 5;
width: 1197;
}
-horibox {
- orientation: horizontal;
- children: [ entry, listview ];
+mainbox {
+ spacing: 5;
}
-entry {
- enabled: false;
+inputbar {
+ border: 1;
+ border-color: {{color1}};
+ padding: 5;
}
listview {
spacing: 5;
@@ -23,17 +25,17 @@ listview {
lines: 3;
fixed-columns: true;
fixed-height: true;
- children: [element-icon];
+ cycle: true;
}
element {
border-color: {{color0}};
border: 1;
- children: [element-icon];
+ children: [ element-icon ];
}
element-icon {
expand: true;
size: 50%;
- margin: -85 0;
+ margin: -100 0;
squared: true;
}
element selected{