Skip to content

PRATAP-KUMAR/bring-out-submenu-of-power-off-logout

Repository files navigation

Bring Out Submenu of Power Off Button

Readme for gnome-shell v45 and v46

Action Buttons

The default
image

With this Extension
image

Tooltip - show by default - You can turn off and on via extension settings
image

You can customize the tooltip styling via extension's stylesheet.css file, example code

.brng-out-ext-tooltip {
    font-weight: bold;
    background-color: red;
    color: black;
}

image

You can hide individual buttons starting from lock-screen to shutdown via extension settings except switch-user image

switch-user #32

Install

Option 1

from extensions.gnome.org Gnome Extensions

Option 2

  1. Download the zip file BringOutExtension.zip and run the below command
  2. gnome-extensions install -f BringOutExtension.zip
  3. Refresh the shell with Alt+F2 'r' Enter or logout and login

Optional - Hibernation Buttons

You can optionally choose to show HybridSleep and Hibernation buttons if HybridSleep and Hibernation work in your system.

some useful links on this topic are Ubuntu Hand Book Github System 76 Source Github Issue

If you choose to show the buttons, you can customize the icons. you have to keep svg icons of your choice with the names hybrid-sleep-symbolic.svg and hibernate-symbolic.svg into .icons folder of your home directory.

image

Other Language Support

French Language is supported. Once you have installed the extension, then copy the folder locale from this repo and paste in the root directory of the extension.

$HOME/.local/share/gnome-shell/extensions/BringOutSubmenuOfPowerOffLogoutButton@pratap.fastmail.fm

image

image