📜 ⬆️ ⬇️

Almost Vindicators - Replacing Status Bar

Recently, Mark Shuttleworth wrote in his blog about “windshields” , a promising mechanism that should replace the status panel in many applications of the upcoming Ubuntu 10.10. In the future, the winders should provide a single mechanism for notifying the user about the status of the program and interacting with it. A couple of months ago, we also faced the problem of the status bar redundancy. One of our applications had a specific type of status line (it can be clearly seen in the screenshots in this topic ), which took up a lot of space, while bringing little benefit. Unfortunately, at that time Mark had not yet published his plans, and the solution had to be sought by himself, of course, taking into account the existing samples.


We liked the way Kde4, Gnome2 and Windows 7 notify the user about the status of the network: all their applets have a menu with large two-line elements of the available actions and the current state. In our program, we took the top right corner under the status bar and placed a set of icons in it (each individual program uses its own subset of this set).


The final view of the status bar in the window



This solution allowed us to save valuable space and keep the user up to date with the system.

Icon set - Oxygen. Project - fo2rist . Implementation - the enemy.

Source: https://habr.com/ru/post/96709/


All Articles