Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lizzy Flake

This repository provides a nix flake for Lizzy, a customizable Waybar module for media playback that uses DBus signals.

Introduction

Lizzy is a module designed for Waybar, a customizable status bar for Wayland compositors. It leverages DBus MPRIS signals to provide media playback information and controls directly on your Waybar.

Installation

To install Lizzy using Nix, you can add this flake to your flake.nix:

{
  inputs.lizzy-flake.url = "github:chikof/lizzy-flake";
}

Then, include it in your system configuration or user environment.

environment.systemPackages = with pkgs; [
    inputs.lizzy-flake.packages.${pkgs.system}
];

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

repo contains nix flake for lizzy

Resources

Stars

Watchers

Forks

Releases

Contributors

Languages