Code Monkey home page Code Monkey logo

big-avatar-gnome-shell-extension's Introduction

Gnome Extension: Big Avatar

This simple extension adds your username and icon to your menu panel. It also allows you to launch an application or run a custom shell command.

  • horizontal/vertical layout

  • Launch an application/Run a shell command

  • Compatible with Gnome 40 and later

screenshot

settings

Installation from Source

  1. Download the zip and extract it, or clone the repository

  2. Navigate to the folder

  3. Get the UUID from metadata.json

    UUID=$(grep -E '^[ ]*"uuid":' ./metadata.json | \
    sed 's@^[ ]*"uuid":[ ]*"\(.\+\)",[ ]*@\1@')
    
    echo $UUID
  4. Remove any previous version and install the extension

    rm -rfv $HOME/.local/share/gnome-shell/extensions/$UUID
    mkdir -v $HOME/.local/share/gnome-shell/extensions/$UUID
    cp -rv ./* $HOME/.local/share/gnome-shell/extensions/$UUID
  5. Reload gnome-shell

    • Press ALT+F2, then enter r (not possible on Wayland)
    • or run killall gnome-shell (not possible on Wayland)
    • or log out, and re-login
  6. Enable the extension

TODO List

  • ✨ Implement custom sizes for user icon and name

  • ✨ Add Gtk3 compatibility

  • ✨ Implement custom command

Notes

  • This project is a fork of db0x's extension.

  • Huge thanks to @djinnalexio for his amazing contribution! He single handedly revived this extension!

big-avatar-gnome-shell-extension's People

Contributors

djinnalexio avatar gustavoperedo avatar olantwin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

big-avatar-gnome-shell-extension's Issues

Picture size issue

Dear Gustavo,
Nice extension. Before installing, I was not aware that I need that (ala iphone :)).
But I am facing one issue. If I shrink the picture size (from default 144), its no more circular, just cropped in y direction, while in x direction, its still default.

May I request you to apply the radius in both side, or control the x-y value separately?

Gnome 43

HI!

Main.panel.statusArea.aggregateMenu is undefined

gnome 41

Hi,

Extension is outdated for gnome-shell 41.

Waiting for update, thanks for your work.

sizing the avatar

Hi! would be great to have the choise to set the size of the avatar and the text.
Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.