Giter Club home page Giter Club logo

Comments (4)

jhasse avatar jhasse commented on June 1, 2024 2

Displaying the script name could be disabled for all scripts in argos' GNOME Shell setting.

from argos.

p-e-w avatar p-e-w commented on June 1, 2024 1

How does dropdown attribute work?

The same way it does in BitBar. If there are multiple "button lines" (lines before the first separator), two things happen: The button cycles between them every 3 seconds, and a dropdown menu item is created for each.

Setting the dropdown attribute to false on a line skips the second part and no dropdown item is created for the line. To do the reverse and create a dropdown item without cycling the line in the button, just place it after the first separator.

The widget added to the panel is a dropdown menu button, so disabling the menu entirely doesn't really make sense. The dropdown menu is hidden by default – if you don't want to see it, I guess the "fix" is to simply not click on the button.

The name of the script is always visible in dropdown menu, can it be hidden?

Not currently, no. Clicking on the name brings up the script in a text editor, where it can be live-edited which is a very convenient feature. The problem with making this configurable is that it is an attribute of the entire plugin, not of any particular output line. The only way to add plugin-level configuration options is to put them in the filename, and the format is already complicated enough so I don't want to extend it without a very good reason.

BitBar actually has the same issue, except that it adds five additional items to each dropdown menu instead of just one. The way plugins work limits global configurability, which is the flip side of how easy they are to use.

from argos.

zeten30 avatar zeten30 commented on June 1, 2024

Hi @jhasse , where exactly I can disable it. I see no dconf/gconf values for argos. Thanks in advance.

from argos.

jhasse avatar jhasse commented on June 1, 2024

@zeten30 It was just a suggestion how it could be done. Currently you can't disable it AFAIK.

from argos.

Related Issues (20)

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.