Skip to content

Byson94/xfsrtray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xfsrtray

Rust CI Build CI Aur CI AUR

A floating and customizable system tray for linux.

Media

xfsrtray.mp4

Installing

To install xfsrtray on arch or any arch based system, you can use an aur wrapper like yay:

# Install the package (compile & install)
yay -S xfsrtray

# Install the bin (fastest)
yay -S xfsrtray-bin

# Install the git (latest dev version)
yay -S xfsrtray-git

If you are on any other system other than arch, you can build the binary by following the steps mentioned under the building using cargo section.

Building Methods

You can build the package by using any of the following methods:

  1. Using cargo to build the binary
  2. Using makepkg to build the arch package for arch users

Building using cargo

To build the package using cargo (rust), run the following command in the root of this project.

# Make sure that you have cargo installed.
cargo build --release --locked

# This will compile and create the binary at `/target/release/xfsrtray`

Building using makepkg (arch only)

You can run the following command at the root of this project to create the local arch package.

makepkg # Creates the .pkg.tar.zst file

or you can running this command to build and install the package:

makepkg -si

Documentation

You can read the documentation of xfsrtray on our Github Wiki.

Compatibility

Window Systems

  • X11: Is made for and works; tested on Arch (i3wm, xfce4)
  • Wayland: Works (with XWayland); tested on Arch (sway, hyprland)

Operating Systems

  • Arch Linux: Actively tested and developed on
  • Other distributions (e.g., Fedora, Debian): Not tested. May require manual dependency resolution.

About

A floating and customizable system tray for linux

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •