Skip to content

quickshell invisible on startup #3

Description

@tomtomH2o

on login quickshell is launched nothing is stderr however it is not vissable, still takes up space where it would normaly be, just a dead sopt.
this is most likey because im not using a greeter, yep just raw tty login, meaning the exec-once stuff in hyprland.conf are running the second i launch Hyprland which wayland probably doesn't like

quickfix is to add
exec-once = /home/tommy/.config/hypr/hypr-scripts/launchQuickshell
to hyprland.conf

/home/tommy/.config/hypr/hypr-scripts/launchQuickshell:

#!/bin/bash
killall quickshell
sleep 5
quickshell

im gonna look into making a custom greeter using greetd as it's not only suported by quickshell it would also fit with the project and hopefully solve this issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions