I try to remove parts of the top bar in Ubuntu 18.04 with Gnome 3. First I have removed the whole top bar with a part of CSS because we didn't used it at all, but we have installed the TopIcons plugin for our notifications because our software work with that plugin. Removing the complete bar don't work anymore, because also the TopIcons are not visible then. I still like to remove the right top corner part of this bar, as we made our own "Shutdown and Restart" buttons in the menu. The reason is to avoid users using the settings panel and make it impossible to use the "wired settings".
I would like to remove this:
Is there any way to customize this bar or a way to remove parts of the top bar? I have used this CSS to remove the complete top bar, that was working well:
echo "#panel { height: 0px; margin-bottom: 20px; } #panel .popup-menu-arrow, #panel .system-status-icon { color: rgba(0,0,0,0); }" >> /usr/share/gnome-shell/theme/ubuntu.css
gnome-control-center
command). – pomsky Aug 27 '18 at 12:23