aperezdc / revolt

Better desktop integration for Riot.im (not only) for GNOME
GNU General Public License v3.0
92 stars 9 forks source link

Use the header bar for something more #2

Open aperezdc opened 7 years ago

aperezdc commented 7 years ago

Possible widgets to show in the header bar, which is mostly exmpty at the moment (excep for the application name, the loading spinner, and the close button):

aperezdc commented 7 years ago

One option is to show the count of rooms with activity, see issue #1.

allanday commented 7 years ago

Since all the app's UI is contained within the page, it might be better to keep the chrome as minimal as possible - either use a custom header bar that isn't as tall, or just use an old-fashioned titlebar.

aperezdc commented 7 years ago

@allanday: Using a skinnier custom header bar widget instead of going with the default one does sound like a good idea! It would reduce the vertical usage while still allowing to embed additional information. IMHO the original idea of showing some additional information in the title/header bar still sounds nice.

aperezdc commented 7 years ago

Today I finally got round to look into using CSS for styling GTK+ for the first time, and this is the result:

skinny-headerbar

Only the margins and paddings are customized in the CSS, so this should work fine with most themes out in the wild. I tried the Arc theme, and it looks great as well :wink: