Gnome 3 扩展资源

发布于 2024-12-26 05:07:22 字数 345 浏览 1 评论 0原文

我刚刚安装了 gnome 3 并添加了一些扩展,我注意到它们是用 JS 编码的,但我不完全理解它们是如何工作的。

我现在真正感兴趣的是学习如何在此扩展的左侧添加可点击的图标 底部面板(代码:http://pastie.org/private/w1kkcrr1lr95ujepp0lxg)

我在哪里可以学习如何做到这一点?

I just installed gnome 3 and I added a few extensions, I noticed they are coded in JS but I don't fully understand how they work.

What I am really interested right now is learning how I could add a clickable icon at the left of this extension bottom-panel (code: http://pastie.org/private/w1kkcrr1lr95ujepp0lxg)

Where can I learn how to do that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吻安 2025-01-02 05:07:22

我设法通过混合两个扩展来做到这一点, bottom-panel 和 < a href="https://extensions.gnome.org/extension/64/show-desktop-button/" rel="nofollow noreferrer">show-desktop-button,代码的来源为他们各自的创造者。

http://i.imgur.com/uXSbC.png

extension.js:http://pastie.org/private/xilvfei4jbfebs2bdswlq

stylesheet.css:http://pastie.org/private/ldarwadqnuqvl0stncfmsw

I managed to do it by mixing two extensions, bottom-panel and show-desktop-button, credits for the code goes to their respective creators.

http://i.imgur.com/uXSbC.png

extension.js : http://pastie.org/private/xilvfei4jbfebs2bdswlq

stylesheet.css : http://pastie.org/private/ldarwadqnuqvl0stncfmsw

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文