How to make running program indicators thicker and easier to see? #415
-
Hello. I want to make the running program indicators thicker and easier to see. By the running program indicator, I don't mean the panel. I mean those very thin horizontal lines which are displayed under each running program, see screenshot. The programs that I have running are Firefox, Master PDF, Tauon Music Player and Ksnip. I want to make those blue indicators thicker, because although they are easy to see on the screenshot, I can't see them that well on my physical monitor (my eyesight isn't optimal). I know you can probably edit the theme's CSS file, but I don't know which bit of code to edit. The Desktop theme I'm using is Mint-Y-Dark-Aqua. Can someone tell me which line of CSS to edit? I asked about this in the Mint forum and one member tried to help me, but they couldn't find the line either. They said I should ask here on Github. They were able to tell me that the colour code is #1f9ede. See discussion here. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You'll have to change the file You may also want to change the After changing the values restart Cinnamon it the result should be applied to the window group items (in the screenshot you can see the result after changing the value to 5px). |
Beta Was this translation helpful? Give feedback.
You'll have to change the file
/usr/share/themes/<theme-name>/cinnamon/cinnamon.css
, for the Mint-Y-Dark-Aqua it would be/usr/share/themes/Mint-Y-Dark-Aqua/cinnamon/cinnamon.css
and modify the classes.grouped-window-list-item-box.top, .grouped-window-list-item-box.bottom
and change the value for theborder-bottom-width
:You may also want to change the
border-left-width
andborder-right-width
for thegrouped-window-list-item-box.left
andgrouped-window-list-item-box.right
respective classes.After changing the values restart Cinnamon it the result should be applied to the window group items (in the screenshot you can see the result after changing the value to 5px).