Welcome to py3status’s documentation!¶
Contents:
- Introduction
- Configuration
- Loading a py3status module and ordering modules output
- Configuring a py3status module
- py3status configuration section
- Configuration obfuscation
- Configuring colors
- Configuring thresholds
- Formatter
- Urgent
- Grouping Modules
- Custom click events
- Special on_click commands
- Module data and on_click commands
- Environment Variables
- Inline Shell Code
- Refreshing modules on udev events with on_udev dynamic options
- Request Settings
- Modules
- air_quality
- apt_updates
- arch_updates
- async_script
- aws_bill
- backlight
- battery_level
- bitcoin_price
- bluetooth
- check_tcp
- clementine
- clock
- cmus
- coin_balance
- coin_market
- conky
- deadbeef
- diskdata
- do_not_disturb
- dpms
- dropboxd_status
- emerge_status
- exchange_rate
- external_script
- fedora_updates
- file_status
- frame
- getjson
- github
- gitlab
- glpi
- google_calendar
- gpmdp
- graphite
- group
- hamster
- hddtemp
- hueshift
- i3block
- i3pystatus
- icinga2
- imap
- insync
- kdeconnector
- keyboard_layout
- keyboard_locks
- khal_calendar
- lm_sensors
- loadavg
- mega_sync
- moc
- mpd_status
- mpris
- net_iplist
- net_rate
- netdata
- networkmanager
- ns_checker
- nvidia_smi
- online_status
- pingdom
- player_control
- pomodoro
- process_status
- prometheus
- rainbow
- rate_counter
- rss_aggregator
- rt
- scratchpad
- screenshot
- scroll
- selinux
- spaceapi
- speedtest
- spotify
- sql
- static_string
- sysdata
- systemd
- systemd_suspend_inhibitor
- taskwarrior
- thunderbird_todos
- timer
- timewarrior
- tor_rate
- transmission
- twitch
- uname
- uptime
- usbguard
- velib_metropole
- vnstat
- volume_status
- vpn_status
- wanda_the_fish
- watson
- weather_owm
- whatismyip
- whoami
- wifi
- window
- wwan
- wwan_status
- xkb_input
- xrandr
- xrandr_rotate
- xscreensaver
- xsel
- yandexdisk_status
- yubikey
- py3-cmd
- Writing custom py3status modules
- Importing custom modules
- Publishing custom modules on PyPI
- Example 1: The basics - Hello World!
- Example 2: Configuration parameters
- Example 3: Click events
- Example 4: Status string placeholders
- Example 5: Using color constants
- Module methods
- Py3 module helper
- Composites
- Module data storage
- Module documentation
- Deprecation of configuration parameters
- Updating of configuration parameters
- Module testing
- py3 module helper
- Developing and Contributing