Man page - waybar-gamemode(5)
Packages contains this manual
- waybar-backlight-slider(5)
- waybar-river-layout(5)
- waybar-sway-scratchpad(5)
- waybar-pulseaudio-slider(5)
- waybar-hyprland-submap(5)
- waybar-river-mode(5)
- waybar-keyboard-state(5)
- waybar-cffi(5)
- waybar-pulseaudio(5)
- waybar-states(5)
- waybar-clock(5)
- waybar(5)
- waybar-dwl-tags(5)
- waybar-niri-window(5)
- waybar-niri-workspaces(5)
- waybar-dwl-window(5)
- waybar-sndio(5)
- waybar-niri-language(5)
- waybar-hyprland-language(5)
- waybar-wireplumber(5)
- waybar-mpris(5)
- waybar-gamemode(5)
- waybar-sway-language(5)
- waybar-hyprland-workspaces(5)
- waybar-power-profiles-daemon(5)
- waybar-battery(5)
- waybar-wlr-taskbar(5)
- waybar-tray(5)
- waybar-menu(5)
- waybar-sway-workspaces(5)
- waybar-styles(5)
- waybar-sway-mode(5)
- waybar-cpu(5)
- waybar-river-window(5)
- waybar-mpd(5)
- waybar-hyprland-window(5)
- waybar-sway-window(5)
- waybar-network(5)
- waybar-systemd-failed-units(5)
- waybar-jack(5)
- waybar-temperature(5)
- waybar-river-tags(5)
- waybar-custom(5)
- waybar-idle-inhibitor(5)
- waybar-bluetooth(5)
- waybar-privacy(5)
- waybar-backlight(5)
- waybar-inhibitor(5)
- waybar-image(5)
- waybar-upower(5)
- waybar-disk(5)
- waybar-memory(5)
apt-get install waybar
Manual
waybar-gamemode
NAMEDESCRIPTION
CONFIGURATION
FORMAT REPLACEMENTS
TOOLTIP FORMAT REPLACEMENTS
EXAMPLES
STYLE
NAME
waybar - gamemode module
DESCRIPTION
The
gamemode
module displays if any game or application
is running with
Feral Gamemode optimizations.
CONFIGURATION
format :
|
typeof: string |
||
|
default: {glyph} |
||
|
The text format. |
format-alt :
|
typeof: string |
|
|
default: {glyph} {count} |
|
|
The text format when toggled. |
tooltip :
|
typeof: bool |
|
|
default: true |
|
|
Option to disable tooltip on hover. |
tooltip-format :
|
typeof: string |
|
|
default: Games running: {glyph} |
|
|
The text format of the tooltip. |
hide-not-running :
|
typeof: bool |
|
|
default: true |
|
|
Defines if the module should be hidden if no games are running. |
use-icon :
|
typeof: bool |
|
|
default: true |
|
|
Defines if the module should display a GTK icon instead of the specified glyph |
glyph :
|
typeof: string |
|
|
default: |
|
|
The string icon to display. Only visible if use-icon is set to false. |
icon-name :
|
typeof: string |
|
|
default: input-gaming-symbolic |
|
|
The GTK icon to display. Only visible if use-icon is set to true. |
icon-size :
|
typeof: unsigned integer |
|
|
default: 20 |
|
|
Defines the size of the icons. |
icon-spacing :
|
typeof: unsigned integer |
|
|
default: 4 |
|
|
Defines the spacing between the icon and the text. |
expand :
|
typeof: bool |
|
|
default: false |
|
|
Enables this module to consume all left over space dynamically. |
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
|
• |
#gamemode |
|||
|
• |
#gamemode.running |