RITlug / TigerOS

[MOVED TO GITLAB] Please visit new location: https://gitlab.com/RITlug/TigerOS
https://ritlug.com/tigeros
GNU General Public License v3.0
34 stars 11 forks source link

Nicer looking GNOME appearance #77

Closed ct-martin closed 6 years ago

ct-martin commented 6 years ago

(on behalf of @Tjzabel )

My notes:

gen1e commented 6 years ago

A note on arc dark - it's awesome for the DE stuff but the arc firefox themes are out of date with the new firefox quantum. You would have to use the default theme, which looks much nicer nowadays and uses square tabs, like the arc themes. I forget how I made mine dark sadly.

jwflory commented 6 years ago

Discussed in our weekly meeting.

Implementation to be created over break

The next steps for this ticket are to convert the three suggestions above (themes / font) into an implementation in TigerOS. @Tjzabel agreed to work on this over break, and then we will review as a team at our first meeting in January to check back in.

Tjzabel commented 6 years ago

Update

GTK Dark theme script has been implemented. Paper icon theme set script has also been created. These commits exist on my own fork and are not yet a part of the main TigerOS build.

We (the TigerOS team) need to decide on the default TigerOS look, where the code for these changes should live, and at what point these changes are to be implemented in the install process.

ct-martin commented 6 years ago

@Tjzabel personally have a hard time "seeing" what it looks like from the config files, if you have a screenshot I'd appreciate it. For implementing, this should go in UI-tweaks rather than scripts, and also be part of the package. Also would like to second that we should discuss when we get back.

ct-martin commented 6 years ago

I'm going to propose Roboto and Noto Sans as good fonts to replace the default with. I'd also like us to make sure that the default themes aren't removed in the process (removed != !default). @Tjzabel since you have arc-dark working, can you confirm if the dark theme issue affects Firefox 57+? Finally, the comment on Liberation Sans can be ignored, it's no longer a concern for me.

Tjzabel commented 6 years ago

@ct-martin Roboto sounds good. And I have used the regular GTK3 dark theme. Feel free to check out my repo here. However, I have tested and checked Firefox 57 using the dark theme, and there are no issues with text boxes showing up dark as there has in the past. The default themes are not removed at all, simply changed.

Tjzabel commented 6 years ago

Also, keep in mind the repo I shared is always a work in progress, but that is where my changes are currently being stored. Feel free to recommend any other changes as I work.

ct-martin commented 6 years ago

I would propose moving this to a feature branch in the main repo for the sake of convenience and clarity ;)

-- Christian Martin

On Sat, Feb 3, 2018 at 8:45 PM, Tim Zabel notifications@github.com wrote:

Also, keep in mind the repo I shared is always a work in progress, but that is where my changes are currently being stored. Feel free to recommend any other changes as I work.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/RITlug/TigerOS/issues/77#issuecomment-362873034, or mute the thread https://github.com/notifications/unsubscribe-auth/AYJ2HyKCc0d7rEsMnRo3ggnAD6lrHNPBks5tRQukgaJpZM4QeT7D .

Tjzabel commented 6 years ago

@ct-martin I may. For the sake of clarity as well for others, I will probably end up putting the UI improvements into the devel branch to keep our project from getting too many unnecessary branches.

ct-martin commented 6 years ago

I am going to maintain that this should be in a feature branch since this isn't ready for a package yet. I'm going to add this issue to the meeting on Wednesday and we can discuss it then since this debate probably will be irrelevant with the new packages.

-- Christian Martin

On Sat, Feb 3, 2018 at 9:00 PM, Tim Zabel notifications@github.com wrote:

@ct-martin https://github.com/ct-martin I may. For the sake of clarity as well for others, I will probably end up putting the UI improvements into the devel branch to keep our project from getting too many unnecessary branches.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/RITlug/TigerOS/issues/77#issuecomment-362873726, or mute the thread https://github.com/notifications/unsubscribe-auth/AYJ2H5L_tA8j3nhyxF3nHVld2JdQ2_GKks5tRQ9IgaJpZM4QeT7D .

Tjzabel commented 6 years ago

I will want to discuss this. I do not feel it should be in its own branch. However, I currently have UI tweaks in a branch of its own on my own fork here.

Good topic for discussion. @ct-martin ++

gen1e commented 6 years ago

~On cinnamon the dark theme is somewhat broken, fields on web browsers and external programs have problems displaying. We need to check the next time we actually have a build that GNOME doesn't have the same bug.~

Edit: Nevermind apparently currently all good on GNOME.

Tjzabel commented 6 years ago

Update: dark-theme and paper icon themes have been tested and are working. Currently awaiting dash-to-dock fixes before making the general UI tweaks considered finished.

Tjzabel commented 6 years ago

What exact default font should TigerOS use? @axk4545 @ct-martin

ct-martin commented 6 years ago

Roboto, Noto Sans, or Overpass. IIRC we were liking the idea of Overpass at the last meeting.

On Mar 16, 2018 9:15 PM, "Tim Zabel" notifications@github.com wrote:

What exact default font should TigerOS use? @axk4545 https://github.com/axk4545 @ct-martin https://github.com/ct-martin

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/RITlug/TigerOS/issues/77#issuecomment-373882820, or mute the thread https://github.com/notifications/unsubscribe-auth/AYJ2H_g6Uy-CYo6NTbedjLnFvKNhLdX6ks5tfGO-gaJpZM4QeT7D .

Tjzabel commented 6 years ago

Almost done! Changing the default font is the last thing left to do.

Tjzabel commented 6 years ago

All done!