diff --git a/flake.lock b/flake.lock index a333bcb..5410081 100644 --- a/flake.lock +++ b/flake.lock @@ -90,11 +90,11 @@ "nixpkgs-stable": "nixpkgs-stable" }, "locked": { - "lastModified": 1744967866, - "narHash": "sha256-jWHOSSZ03R1Dvru5rXEForMgkV1RAsCd+IjMmehpmFg=", + "lastModified": 1745025586, + "narHash": "sha256-K7fHVouOe/1tYSQrpuy97zhwA2Wvc00w9hly3VqBRlQ=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "c54fd7dc3e696136c8257abfe12815274b42660e", + "rev": "112e4f326dbd814cbd78a7997ee6cdb24420eed1", "type": "github" }, "original": { @@ -749,11 +749,11 @@ "xwayland-satellite-unstable": "xwayland-satellite-unstable" }, "locked": { - "lastModified": 1744883496, - "narHash": "sha256-ZpXGzheNwQiYQSnTLz5CFdvVYrMK+e82ZgFLweuf2Rc=", + "lastModified": 1744991948, + "narHash": "sha256-f4xKjzY64l6e28YExcf/V8aLYzBzDdjNI7ZZJGBBz3Y=", "owner": "sodiboo", "repo": "niri-flake", - "rev": "55624e7a1be5318a3d910e282d86deb2adef7f97", + "rev": "a70acecb35de8941bac791c82d8e214d4be70567", "type": "github" }, "original": { @@ -1456,11 +1456,11 @@ }, "locked": { "dir": "nix", - "lastModified": 1744719824, - "narHash": "sha256-hbr+a6SikH6tSZWnZxHiU12JkUJ8hArlqZWvc16Ddeo=", + "lastModified": 1744993922, + "narHash": "sha256-x83fDHZYG3rt9EqS0b80Y2d2joJJkTsYjZkTvI4lUh0=", "owner": "wez", "repo": "wezterm", - "rev": "f06d6fc04fd55995dd4c0e7c8cf1bee5c63bc005", + "rev": "3463d5d81b96b2c20017c4098ea9aa352407d80e", "type": "github" }, "original": { @@ -1534,11 +1534,11 @@ "rust-overlay": "rust-overlay_3" }, "locked": { - "lastModified": 1744916453, - "narHash": "sha256-7Yl9wjU6xwucoAs7eG38Hn5TquDHn2dIBbTK5MW/fPQ=", + "lastModified": 1744997500, + "narHash": "sha256-RFt9jUjfTWfyymBFGxeUIWVMiZ6+onEx2xCpIV30JDI=", "owner": "sxyazi", "repo": "yazi", - "rev": "c38be35250b6744b9d0428b0a59cc8dfe2e3f9ce", + "rev": "ce23dcd81bc42833ec7726228efcf92be02c2349", "type": "github" }, "original": { diff --git a/homes/emenel/default.nix b/homes/emenel/default.nix index 0cca71c..14d2fff 100644 --- a/homes/emenel/default.nix +++ b/homes/emenel/default.nix @@ -9,7 +9,7 @@ desktop music langs - mpd + # mpd emacs ]; diff --git a/modules/home/mpd.nix b/modules/home/mpd.nix index 8d0f303..efdbba3 100644 --- a/modules/home/mpd.nix +++ b/modules/home/mpd.nix @@ -3,7 +3,6 @@ { home.packages = with pkgs; [ rmpc - termusic mpc ]; diff --git a/modules/home/niri.nix b/modules/home/niri.nix index e10b351..ae7a49b 100644 --- a/modules/home/niri.nix +++ b/modules/home/niri.nix @@ -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" = { diff --git a/modules/home/waybar.nix b/modules/home/waybar.nix index d918d9e..c8bb242 100644 --- a/modules/home/waybar.nix +++ b/modules/home/waybar.nix @@ -131,6 +131,10 @@ in { }; "mpris" = { + # "dynamic-order" = ["title" + # "artist" + # "album" + # "length"]; "interval" = 1; "format" = "{player_icon} {dynamic}"; "format-paused" = "{status_icon} {dynamic}"; @@ -141,8 +145,6 @@ in { "status-icons" = { "paused" = ""; }; - "on-click" = "/home/emenel/.local/bin/wezapp rmpc"; - "on-click-right" = "playerctl play-pause"; }; "wlr/taskbar" = {