Help [Configure]: Change the size of Reboot and other buttons
Closed this issue · 2 comments
Z-xus commented
isabelroses commented
In order to change all buttons sizes you can:
- alter individual buttons https://github.com/catppuccin/sddm/blob/main/src/catppuccin-mocha/Components/SleepButton.qml#L9-L10 by changing the values they hold.
- or alter the entire screen size, https://github.com/catppuccin/sddm/blob/main/src/catppuccin-mocha/Components/LoginPanel.qml#L9-L10, which would stay fit to your screen but scale the buttons up in size.
Z-xus commented
Got it.. tysm!