services.cbatticon.enable
Whether to enable cbatticon.
Type: boolean
Default:
false
Example:
true
Declared by:
services.cbatticon.package
The cbatticon package to use. Use pkgs.batticonplus
for wayland support.
Type: package
Default:
pkgs.cbatticon
Example:
pkgs.batticonplus
Declared by:
services.cbatticon.batteryId
ID of the battery to monitor. List with cbatticon -p.
Defaults to the first entry in the list.
Type: null or string
Default:
null
Declared by:
services.cbatticon.commandCriticalLevel
Command to execute when the critical battery level is reached.
Type: null or strings concatenated with “\n”
Default:
null
Example:
''
notify-send "battery critical!"
''
Declared by:
services.cbatticon.commandLeftClick
Command to execute when left clicking on the tray icon.
Type: null or strings concatenated with “\n”
Default:
null
Declared by:
services.cbatticon.criticalLevelPercent
Critical level percentage of the battery in percent (without the percent symbol).
Type: null or integer between 0 and 100 (both inclusive)
Default:
null
Example:
5
Declared by:
services.cbatticon.hideNotification
Hide the notification popups.
Type: null or boolean
Default:
null
Declared by:
services.cbatticon.iconType
Icon type to display in the system tray.
Type: null or one of “standard”, “notification”, “symbolic”
Default:
null
Example:
"symbolic"
Declared by:
services.cbatticon.lowLevelPercent
Low level percentage of the battery in percent (without the percent symbol).
Type: null or integer between 0 and 100 (both inclusive)
Default:
null
Example:
20
Declared by:
services.cbatticon.updateIntervalSeconds
Number of seconds between updates of the battery information.
Type: null or (positive integer, meaning >0)
Default:
null
Example:
5
Declared by: