.\" Generated by scdoc 1.11.2 .\" Complete documentation for this program is not available as a GNU info page .ie \n(.g .ds Aq \(aq .el .ds Aq ' .nh .ad l .\" Begin generated content: .TH "waybar-gamemode" "5" "2023-02-28" .P .SH NAME .P waybar - gamemode module .P .SH DESCRIPTION .P The \fBgamemode\fR module displays if any game or application is running with .br Feral Gamemode optimizations.\& .P .SH CONFIGURATION .P \fBformat\fR: .br typeof: string .br default: {glyph} .br The text format.\& .P \fBformat-alt\fR: .br typeof: string .br default: {glyph} {count} .br The text format when toggled.\& .P \fBtooltip\fR: .br typeof: bool .br default: true .br Option to disable tooltip on hover.\& .P \fBtooltip-format\fR: .br typeof: string .br default: Games running: {glyph} .br The text format of the tooltip.\& .P \fBhide-not-running\fR: .br typeof: bool .br default: true .br Defines if the module should be hidden if no games are running.\& .P \fBuse-icon\fR: .br typeof: bool .br default: true .br Defines if the module should display a GTK icon instead of the specified \fBglyph\fR .P \fBglyph\fR: .br typeof: string .br default:  .br The string icon to display.\& Only visible if \fBuse-icon\fR is set to false.\& .P \fBicon-name\fR: .br typeof: string .br default: input-gaming-symbolic .br The GTK icon to display.\& Only visible if \fBuse-icon\fR is set to true.\& .P \fBicon-size\fR: .br typeof: unsigned integer .br default: 20 .br Defines the size of the icons.\& .P \fBicon-spacing\fR: .br typeof: unsigned integer .br default: 4 .br Defines the spacing between the icon and the text.\& .P .SH FORMAT REPLACEMENTS .P \fB{glyph}\fR: The string icon glyph to use instead.\& .P \fB{count}\fR: The amount of games running with gamemode optimizations.\& .P .SH TOOLTIP FORMAT REPLACEMENTS .P \fB{count}\fR: The amount of games running with gamemode optimizations.\& .P .SH EXAMPLES .P .nf .RS 4 "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}" } .fi .RE .P .SH STYLE .P .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .IP \(bu 4 .\} \fB#gamemode\fR .RE .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .IP \(bu 4 .\} \fB#gamemode.\&running\fR .RE