An open API service indexing awesome lists of open source software.

https://github.com/tuxdotrs/tpanel

My widgets for wayland
https://github.com/tuxdotrs/tpanel

ags astal dotfiles gtk4 hyprland linux linux-rice nix

Last synced: about 1 year ago
JSON representation

My widgets for wayland

Awesome Lists containing this project

README

          


tux's panel



wakatime
home
GitHub repo size
GitHub commit activity

![full](https://raw.githubusercontent.com/tuxdotrs/tpanel/refs/heads/main/assets/gallery/full.png)

## Installation

Quick

```nix
# If you want to quickly test out tpanel
nix run github:tuxdotrs/tpanel
```

Flake

```nix
# Add to your flake inputs
tpanel = {
url = "github:tuxdotrs/tpanel";
inputs.nixpkgs.follows = "nixpkgs";
};

# Add this in your nixos config
environment.systemPackages = [ inputs.tpanel.packages.${system}.default ];

# Add this in your HomeManager config
home.packages = [ inputs.tpanel.packages.${system}.default ];
```