V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
twgdh
V2EX  ›  macOS

升级 macos15.4.1 后 menubar 好多应用图标不展示

  •  
  •   twgdh · 54 天前 · 1439 次点击
    这是一个创建于 54 天前的主题,其中的信息可能已经有所发展或是发生改变。

    目前 微信,企业微信,fantastical2 应用图标均没法在 menu bar 展示

    6 条回复    2025-04-23 16:17:10 +08:00
    liprais
        1
    liprais  
       54 天前
    我的就可以
    objectxiang
        2
    objectxiang  
       54 天前
    估计是被遮住了吧? 可以 App Store 搜 Barbee 试试
    liuxey
        3
    liuxey  
       54 天前
    关掉 qq 音乐
    pwelyn
        4
    pwelyn  
       54 天前
    如果不想使用第三方的软件,可以试试下面方法(我就是这么调整的)
    macOS Big Sur 及更高版本中,菜单栏应用程序的间距修改,在终端运行命令
    ```shell
    defaults -currentHost write -globalDomain NSStatusItemSpacing -int x
    defaults -currentHost write -globalDomain NSStatusItemSelectionPadding -int y
    ```
    行间距为 6 ( x ),填充值为 12 ( y )在我看来比较理想,具体情况因人而异。当填充值为行间距值的两倍时,效果最理想。
    恢复到默认设置(终端运行)
    ```shell
    defaults -currentHost delete -globalDomain NSStatusItemSelectionPadding
    defaults -currentHost delete -globalDomain NSStatusItemSpacing
    ```
    终端执行完命令,电脑注销或重启一下
    twgdh
        5
    twgdh  
    OP
       54 天前
    @objectxiang 有试过 bartender 依然不行; 当天展示的图标很少,应该不是遮住
    twgdh
        6
    twgdh  
    OP
       54 天前
    @liuxey 没有安装 qq 音乐
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2484 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 15:49 · PVG 23:49 · LAX 08:49 · JFK 11:49
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.