-
-
Notifications
You must be signed in to change notification settings - Fork 851
Module: Tray
Harsh Narayan Jha edited this page Jun 26, 2025
·
8 revisions
tray
is still in beta. There may be bugs. Breaking changes may occur.
Addressed by tray
option | typeof | default | description |
---|---|---|---|
icon-size |
integer | Defines the size of the tray icons. | |
show-passive-items |
bool | false |
Defines visibility of the tray icons with Passive status. |
smooth-scrolling-threshold |
double | Threshold to be used when scrolling. | |
spacing |
integer | Defines the spacing between the tray icons. | |
reverse-direction |
bool | false |
Defines if new app icons should be added in a reverse order. |
icons |
object | {} |
Override icon mapping for tray icons. |
Each entry of icons
must be app_name
/app_id
: icon_name
/image_path
mapping. icon_name
can be a globally identified icon.
For now, it only works with actual image files, not font-based icons. It might not work for some electron apps (https://github.com/electron/electron/issues/40936).
#tray
-
#tray menu
for the context menu -
#tray > .passive
for icons with statusPassive
-
#tray > .active
for icons with statusActive
-
#tray > .needs-attention
for icons with statusNeedsAttention
- 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