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

24
flake.lock generated
View file

@ -90,11 +90,11 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1744967866, "lastModified": 1745025586,
"narHash": "sha256-jWHOSSZ03R1Dvru5rXEForMgkV1RAsCd+IjMmehpmFg=", "narHash": "sha256-K7fHVouOe/1tYSQrpuy97zhwA2Wvc00w9hly3VqBRlQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "c54fd7dc3e696136c8257abfe12815274b42660e", "rev": "112e4f326dbd814cbd78a7997ee6cdb24420eed1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -749,11 +749,11 @@
"xwayland-satellite-unstable": "xwayland-satellite-unstable" "xwayland-satellite-unstable": "xwayland-satellite-unstable"
}, },
"locked": { "locked": {
"lastModified": 1744883496, "lastModified": 1744991948,
"narHash": "sha256-ZpXGzheNwQiYQSnTLz5CFdvVYrMK+e82ZgFLweuf2Rc=", "narHash": "sha256-f4xKjzY64l6e28YExcf/V8aLYzBzDdjNI7ZZJGBBz3Y=",
"owner": "sodiboo", "owner": "sodiboo",
"repo": "niri-flake", "repo": "niri-flake",
"rev": "55624e7a1be5318a3d910e282d86deb2adef7f97", "rev": "a70acecb35de8941bac791c82d8e214d4be70567",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1456,11 +1456,11 @@
}, },
"locked": { "locked": {
"dir": "nix", "dir": "nix",
"lastModified": 1744719824, "lastModified": 1744993922,
"narHash": "sha256-hbr+a6SikH6tSZWnZxHiU12JkUJ8hArlqZWvc16Ddeo=", "narHash": "sha256-x83fDHZYG3rt9EqS0b80Y2d2joJJkTsYjZkTvI4lUh0=",
"owner": "wez", "owner": "wez",
"repo": "wezterm", "repo": "wezterm",
"rev": "f06d6fc04fd55995dd4c0e7c8cf1bee5c63bc005", "rev": "3463d5d81b96b2c20017c4098ea9aa352407d80e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1534,11 +1534,11 @@
"rust-overlay": "rust-overlay_3" "rust-overlay": "rust-overlay_3"
}, },
"locked": { "locked": {
"lastModified": 1744916453, "lastModified": 1744997500,
"narHash": "sha256-7Yl9wjU6xwucoAs7eG38Hn5TquDHn2dIBbTK5MW/fPQ=", "narHash": "sha256-RFt9jUjfTWfyymBFGxeUIWVMiZ6+onEx2xCpIV30JDI=",
"owner": "sxyazi", "owner": "sxyazi",
"repo": "yazi", "repo": "yazi",
"rev": "c38be35250b6744b9d0428b0a59cc8dfe2e3f9ce", "rev": "ce23dcd81bc42833ec7726228efcf92be02c2349",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -9,7 +9,7 @@
desktop desktop
music music
langs langs
mpd # mpd
emacs emacs
]; ];

View file

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

View file

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

View file

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