Skip to content

schickst/sway-tray-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sway Tray Status

This is a helper program to show basic information in swaybar. See Sway a Wayland Compositor similar to i3 for more information.

The Information shown includes:

  • Battery Name
  • Battery level in percent
  • Date and time

Configuration

#
# Status Bar:
#
# Read `man 5 sway-bar` for more information about this section.
bar {
    position bottom 
    status_command /<some_dir>/sway_tray_status BAT0 BAT1
    colors {
        statusline #ffffff
        background #323232
        inactive_workspace #32323200 #32323200 #5c5c5c
    }
}

About

Sway tray status information written in rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages