rharish101 / ReGreet

Clean and customizable greeter for greetd
GNU General Public License v3.0
348 stars 16 forks source link

How to hide reboot button or clock widget #37

Closed aacebedo closed 9 months ago

aacebedo commented 10 months ago

Hi,

Great greeter! I consider switching to it from gtkgreet.

I think there is no way for the moment to remove the clock widget or the reboot buttons right? I was planning to use waybar for that so I checked CSS properties without success.

rharish101 commented 9 months ago

I don't think you can hide or disable using GTK4. The closest you can probably get is to use opacity: 0; to hide it. Note that the buttons still exist, and you can still click on them. They'll just not be visible.