/
oglu
/
dotfiles_labwc
Обзор
Документация
Войти
/
oglu
/
dotfiles_labwc
Код
Запросы
0
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
waybar/modules.json
75 строк
2 KB
oglu
fix: space mpris
02 дек 2025, 23:38
02 дек 2025, 23:38
ae7636b
Код
Авторство
О чём код?
{ "ext/workspaces": { "format": "{name}", "sort-by-id": true, "on-click": "activate", }, "wlr/taskbar": { //"format": "{icon} {title:.13}", "format": "{icon}", "icon-size": 24, "on-click": "minimize-raise", "on-click-middle": "close", "tooltip": false }, "mpris": { "format": "{player_icon} {dynamic}", "format-paused": "{status_icon} <i>{dynamic}</i>", //"dynamic-len": 24, "dynamic-order": [ "title", "artist" //"position", //"length" ], "player-icons": { "default": "", "mpv": " " }, "status-icons": { "paused": "" }, //"ignored-players": ["firefox"] }, "tray": { "icon-size": 16, "spacing": 16 }, "wireplumber": { "format": "{icon} {volume}%", "format-muted": " muted", "format-icons": ["","", ""], "on-click": "wpctl set-mute @DEFAULT_SINK@ toggle", "scroll-step": 5, "max-volume": 100, "tooltip": false }, "custom/gpuusage": { "format": " {}", "interval": 10, "exec": "~/.config/waybar/gpu.sh", "return-type": "json" }, "clock": { "format": "{:%a %e %b %H:%M}", "tooltip": false }, "custom/power": { "format" : " ", "tooltip": false, "menu": "on-click", "menu-file": "~/.config/waybar/power_menu.xml", "menu-actions": { "shutdown": "loginctl poweroff", "reboot": "loginctl reboot", "suspend": "loginctl suspend" } } }