horst3180 / arc-theme

A flat theme with transparent elements
GNU General Public License v3.0
8.28k stars 611 forks source link

Cinnamon window title box spacing #900

Closed phpony closed 1 year ago

phpony commented 5 years ago

Hi @horst3180 and thank you for all your work on this theme!

As I see, when you work with cinnamon you prefer a label-less windows list, so you probably never saw how ugly it looks with labels. There's no spacing between window icon and window title with your current cinnamon.css.

This little snippet will fix the issue:

.window-list-item-box StLabel {
  padding-left: 5px;
}

Also I'd recommend to change .window-list-item-box font-weight from bold to normal.

.window-list-item-box {
  font-weight: normal;
  ...
}

Just compare this screenshots:

Can create a pull request if you're interested.

fabiscafe commented 5 years ago

You should know that this repo isnt maintained anymore. Most active development of this theme has shifted to https://github.com/NicoHood/arc-theme