|
NAMEwaybar - gamemode module DESCRIPTIONThe gamemode module displays if any game or application is
running with
CONFIGURATIONformat:
format-alt:
tooltip:
tooltip-format:
hide-not-running:
use-icon:
glyph:
icon-name:
icon-size:
icon-spacing:
expand:
FORMAT REPLACEMENTS{glyph}: The string icon glyph to use instead. {count}: The number of games running with gamemode optimizations. TOOLTIP FORMAT REPLACEMENTS{count}: The number of games running with gamemode optimizations. EXAMPLES"gamemode": {
"format": "{glyph}",
"format-alt": "{glyph} {count}",
"glyph": "",
"hide-not-running": true,
"use-icon": true,
"icon-name": "input-gaming-symbolic",
"icon-spacing": 4,
"icon-size": 20,
"tooltip": true,
"tooltip-format": "Games running: {count}"
}
STYLE
|