Score:1

How to make the top bars(title bars) of windows thinner in Ubuntu

pe flag
Max

IMHO the top is too thick and useless. Ideally I like to find the setting either in dconf or edit the file that decided how thick the upper bar should enter image description here

I installed tweak but it was not there and I tried

I am currently using wayland but I am open to any other semi civil g manager

Score:0
pe flag
Max

credit goes to at hydrocat if file : ~/.config/gtk-4.0/gtk.css simply put:

headerbar {
    margin: 0 1em 0 1em;
    padding: 0;
    border-width: 0px;
    font-size: 12pt;
    min-height: 0px;
}

headerbar * {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border-width: 0;
    min-height: 0px;
}

headerbar box {
    padding: 0.1em 0.5em 0.1em 0.5em;
}

You can add whatever else you like but this fixed my problem

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.