all repos — quickshell @ 5e7fad004123b1ff10da2d47ddba9eb4bcf582fb

A desert-witch desktop shell

0
trickyni trickyniv56@gmail.com
Wed, 29 Oct 2025 07:44:08 +0200
commit

5e7fad004123b1ff10da2d47ddba9eb4bcf582fb

parent

55bdf2a099300c5210b939123ab13026a4345b9b

1 files changed, 5 insertions(+), 2 deletions(-)

jump to
M Resources.qmlResources.qml

@@ -35,8 +35,11 @@ "network_indicator": 9*Size.scale

} property var barsize: { - "topbar": 18*Size.scale, - "bottombar": 12*Size.scale, + "topbar": 15*Size.scale, + "bottombar": 12*Size.scale, + //"topbar": 18*Size.scale, + //"bottombar": 12*Size.scale, + //to maintain optimal aspect ratio for terminal at fontsize 16, with 1.5 monitor scaling, bars should have a combined 10px,27px, or 45px height } }