[eww] Remove launcher I never use.

This commit is contained in:
2025-08-03 10:36:45 -07:00
parent cd4367e252
commit 3d3fa1ed68
3 changed files with 1 additions and 76 deletions

View File

@@ -42,7 +42,7 @@ in
wayland.windowManager.hyprland.settings = {
exec-once = [
# Set up eww here because it's based on the monitor configuration
"sleep 2 && eww open-many primary-statusbar secondary-statusbar launcher"
"sleep 2 && eww open-many primary-statusbar secondary-statusbar"
# Set DP-2 as the primary monitor, otherwise it defaults to DP-1 because it's first in the list.
"xrandr --output DP-2 --primary"
];