diff --git a/modules/home/rofi.nix b/modules/home/rofi.nix index 00ae836..3ad9389 100644 --- a/modules/home/rofi.nix +++ b/modules/home/rofi.nix @@ -700,7 +700,7 @@ ${themeRows} row "Keybindings${menuHint "keybinds"}" preferences-desktop-keyboard } | rofi -dmenu -show-icons -markup-rows -p Menu) || exit 0 case "$choice" in - *Apps*) exec rofi -show drun ;; + *Apps*) exec rofi -show drun -theme launcher ;; *Look*) exec "$0" lookfeel ;; *Tools*) exec "$0" tools ;; *System*) exec "$0" system ;;