removing termusic
This commit is contained in:
parent
2a713dce7d
commit
b5aadbf88b
6 changed files with 18 additions and 707 deletions
|
@ -4,8 +4,6 @@
|
|||
home.packages = with pkgs; [
|
||||
mpc
|
||||
nix-config.packages.x86_64-linux.rmpc-latest
|
||||
# termusic-patched
|
||||
termusic-git
|
||||
];
|
||||
|
||||
services = {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
];
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue