1waybar-gamemode(5) File Formats Manual waybar-gamemode(5)
2
3
4
6 waybar - gamemode module
7
9 The gamemode module displays if any game or application is running with
10 Feral Gamemode optimizations.
11
13 format:
14 typeof: string
15 default: {glyph}
16 The text format.
17
18 format-alt:
19 typeof: string
20 default: {glyph} {count}
21 The text format when toggled.
22
23 tooltip:
24 typeof: bool
25 default: true
26 Option to disable tooltip on hover.
27
28 tooltip-format:
29 typeof: string
30 default: Games running: {glyph}
31 The text format of the tooltip.
32
33 hide-not-running:
34 typeof: bool
35 default: true
36 Defines if the module should be hidden if no games are running.
37
38 use-icon:
39 typeof: bool
40 default: true
41 Defines if the module should display a GTK icon instead of the
42 specified glyph
43
44 glyph:
45 typeof: string
46 default:
47 The string icon to display. Only visible if use-icon is set to
48 false.
49
50 icon-name:
51 typeof: string
52 default: input-gaming-symbolic
53 The GTK icon to display. Only visible if use-icon is set to true.
54
55 icon-size:
56 typeof: unsigned integer
57 default: 20
58 Defines the size of the icons.
59
60 icon-spacing:
61 typeof: unsigned integer
62 default: 4
63 Defines the spacing between the icon and the text.
64
66 {glyph}: The string icon glyph to use instead.
67
68 {count}: The number of games running with gamemode optimizations.
69
71 {count}: The number of games running with gamemode optimizations.
72
74 "gamemode": {
75 "format": "{glyph}",
76 "format-alt": "{glyph} {count}",
77 "glyph": "",
78 "hide-not-running": true,
79 "use-icon": true,
80 "icon-name": "input-gaming-symbolic",
81 "icon-spacing": 4,
82 "icon-size": 20,
83 "tooltip": true,
84 "tooltip-format": "Games running: {count}"
85 }
86
87
89 • #gamemode
90 • #gamemode.running
91
92
93
94 2023-11-05 waybar-gamemode(5)