Page:
Module: Gamemode
Pages
Abrar's Waybar
Add a custom plugin.
Anik's waybar config (super waybar)
Ariacna Æsama
Arkboi
Chocolate & Cream
Configuration
Dynamic wallust powered waybar
ERS’ waybar
Examples
FAQ
Home
Installation
JohanChane's waybar
Module: Backlight Slider
Module: Backlight
Module: Battery
Module: Bluetooth
Module: CFFI
Module: CPU
Module: Cava
Module: Cava: GLSL
Module: Cava: Raw
Module: Clock
Module: Custom
Module: Custom: Examples
Module: Custom: Menu
Module: Custom: Third party
Module: Disk
Module: Dwl
Module: Gamemode
Module: Group
Module: Hyprland
Module: Idle Inhibitor
Module: Image
Module: JACK
Module: Keyboard State
Module: Language
Module: Load
Module: MPD
Module: MPRIS
Module: Memory
Module: Network
Module: Niri
Module: PowerProfilesDaemon
Module: Privacy
Module: PulseAudio Slider
Module: PulseAudio
Module: River
Module: Sndio
Module: Sway
Module: Systemd failed units
Module: Taskbar
Module: Temperature
Module: Tray
Module: UPower
Module: User
Module: WirePlumber
Module: Workspaces
Modules
Simple and Attractive
States
Styling
That's all bitches
Themes
Thos' config based on pywal
Tray Applets
Writing Modules
apachaiz's waybar
d00m1k's configuration
lingllqs's simple dark style configuration
mechabar
mudi4's waybar
new waylyrics
nitrobigchill's waybar
rdk‐codes configuration
waybar config
Clone
Table of Contents
Config
Module for FeralInteractive/gamemode.
Addressed by gamemode
| option | typeof | default | description |
|---|---|---|---|
format |
string | {glyph} |
The text format. |
format-alt |
string | {glyph} {count} |
The text format when toggled. |
tooltip |
bool | true |
Option to disable tooltip on hover. |
tooltip-format |
string | Games running: {count} |
The text format of the tooltip. |
hide-not-running |
bool | true |
Defines the spacing between the tooltip window edge and the tooltip content. |
use-icon |
bool | true |
Defines if the module should display a GTK icon instead of the specified glyph. |
glyph |
string | |
The string icon to display. Only visible if use-icon is set to false. |
icon-name |
string | input-gaming-symbolic |
The GTK icon to display. Only visible if use-icon is set to true. |
icon-size |
integer | 20 |
Defines the size of the icons. |
icon-spacing |
integer | 4 |
Defines the spacing between the icon and the text. |
Format replacements:
| string | replacement |
|---|---|
{glyph} |
The string icon glyph to use instead. |
{count} |
The amount of games running with gamemode optimizations. |
Tooltip format replacements:
| string | replacement |
|---|---|
{count} |
The amount of games running with gamemode optimizations. |
Example:
"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
- Home
- Installation
- Configuration
- Styling
- Examples
- FAQ
- Modules:
- Backlight/Slider
- Backlight
- Battery
- Bluetooth
- CPU
- Cava
- CFFI
- Clock
- Custom
- DWL
- Disk
- Gamemode
- Group
- Hyprland
- Idle Inhibitor
- Image
- JACK
- Keyboard State
- Language
- Load
- MPD
- MPRIS
- Memory
- Network
- Niri
- Power Profiles Daemon
- Privacy
- PulseAudio/Slider
- PulseAudio
- River
- Sndio
- Sway
- Systemd failed units
- Taskbar
- Temperature
- Tray
- UPower
- User
- WirePlumber
- Workspaces
- Writing Modules