package updates

This commit is contained in:
Matt Nish-Lapidus 2025-04-19 08:27:47 -04:00
parent 6e11c5aecb
commit 9c48e85b02
5 changed files with 19 additions and 18 deletions

View file

@ -3,7 +3,6 @@
{
home.packages = with pkgs; [
rmpc
termusic
mpc
];

View file

@ -311,8 +311,8 @@ in
action = wez "btop";
};
"Mod+Ctrl+M" = {
hotkey-overlay.title = "music (rmpc)";
action = wez "rmpc";
hotkey-overlay.title = "plexamp";
action = spawn "plexamp";
};
"Mod+V" = {

View file

@ -131,6 +131,10 @@ in {
};
"mpris" = {
# "dynamic-order" = ["title"
# "artist"
# "album"
# "length"];
"interval" = 1;
"format" = "{player_icon} {dynamic}";
"format-paused" = "{status_icon} <i>{dynamic}</i>";
@ -141,8 +145,6 @@ in {
"status-icons" = {
"paused" = "";
};
"on-click" = "/home/emenel/.local/bin/wezapp rmpc";
"on-click-right" = "playerctl play-pause";
};
"wlr/taskbar" = {