removing termusic

This commit is contained in:
Matt Nish-Lapidus 2025-06-14 14:30:23 -04:00
parent 2a713dce7d
commit b5aadbf88b
6 changed files with 18 additions and 707 deletions

View file

@ -4,8 +4,6 @@
home.packages = with pkgs; [
mpc
nix-config.packages.x86_64-linux.rmpc-latest
# termusic-patched
termusic-git
];
services = {

View file

@ -256,8 +256,11 @@ in
softness = 10;
spread = 8;
};
min-width = 250;
min-height = 250;
min-width = 500;
min-height = 400;
# tiled-state = false;
open-focused = true;
}
];

View file

@ -30,11 +30,17 @@ in {
"wireplumber"
"bluetooth"
"power-profiles-daemon"
"upower"
# "upower"
"battery"
"idle_inhibitor"
"custom/notification"
];
"battery" = {
"format" = "{capacity}% {icon}";
"format-icons" = ["" "" "" "" ""];
};
"bluetooth" = {
"format" = "";
"format-off" = "";
@ -290,12 +296,6 @@ window#waybar {
animation-direction: alternate;
}
#mpris {
}
#workspaces {
}
#workspaces button {
color: #666;
padding: 3px 6px;