package updates
This commit is contained in:
parent
6e11c5aecb
commit
9c48e85b02
5 changed files with 19 additions and 18 deletions
|
@ -3,7 +3,6 @@
|
|||
{
|
||||
home.packages = with pkgs; [
|
||||
rmpc
|
||||
termusic
|
||||
mpc
|
||||
];
|
||||
|
||||
|
|
|
@ -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" = {
|
||||
|
|
|
@ -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" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue