.\" Generated by scdoc 1.11.3 .\" 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" "2024-05-06" .PP .SH NAME .PP waybar - gamemode module .PP .SH DESCRIPTION .PP The \fBgamemode\fR module displays if any game or application is running with .br Feral Gamemode optimizations.\& .PP .SH CONFIGURATION .PP \fBformat\fR: .br typeof: string .br default: {glyph} .br The text format.\& .PP \fBformat-alt\fR: .br typeof: string .br default: {glyph} {count} .br The text format when toggled.\& .PP \fBtooltip\fR: .br typeof: bool .br default: true .br Option to disable tooltip on hover.\& .PP \fBtooltip-format\fR: .br typeof: string .br default: Games running: {glyph} .br The text format of the tooltip.\& .PP \fBhide-not-running\fR: .br typeof: bool .br default: true .br Defines if the module should be hidden if no games are running.\& .PP \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 .PP \fBglyph\fR: .br typeof: string .br default:  .br The string icon to display.\& Only visible if \fBuse-icon\fR is set to false.\& .PP \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.\& .PP \fBicon-size\fR: .br typeof: unsigned integer .br default: 20 .br Defines the size of the icons.\& .PP \fBicon-spacing\fR: .br typeof: unsigned integer .br default: 4 .br Defines the spacing between the icon and the text.\& .PP .SH FORMAT REPLACEMENTS .PP \fB{glyph}\fR: The string icon glyph to use instead.\& .PP \fB{count}\fR: The number of games running with gamemode optimizations.\& .PP .SH TOOLTIP FORMAT REPLACEMENTS .PP \fB{count}\fR: The number of games running with gamemode optimizations.\& .PP .SH EXAMPLES .PP .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 .PP .SH STYLE .PP .PD 0 .IP \(bu 4 \fB#gamemode\fR .IP \(bu 4 \fB#gamemode.\&running\fR