[Rofi] Fixes rendering and updates styles

This commit is contained in:
2025-05-20 17:50:49 -07:00
parent d5bc7c3143
commit f2875caabb
6 changed files with 18 additions and 12 deletions

View File

@@ -40,7 +40,13 @@ in
};
# Set up eww here because it's based on the monitor configuration
wayland.windowManager.hyprland.settings.exec-once = [
"sleep 2 && eww open-many primary-statusbar secondary-statusbar launcher"
];
wayland.windowManager.hyprland.settings = {
exec-once = [
"sleep 2 && eww open-many primary-statusbar secondary-statusbar launcher"
];
windowrulev2 = [
# Rofi doesn't center properly when I have the two asymetric monitors
"center, class:Rofi"
];
};
}