new wm, hyprland gone
This commit is contained in:
parent
003f37bfbd
commit
cb4b22b4e5
41 changed files with 1145 additions and 1364 deletions
|
@ -14,6 +14,8 @@ in {
|
|||
|
||||
config = {
|
||||
hwdec = "auto";
|
||||
keep-open = "yes";
|
||||
no-keepaspect-window = ""; # tiling doesn't play nice..
|
||||
osc = "no";
|
||||
border = "no";
|
||||
};
|
||||
|
@ -22,11 +24,16 @@ in {
|
|||
visualizer = {
|
||||
mode = "noalbumart";
|
||||
};
|
||||
modernz = with config.colorScheme.palette; {
|
||||
bottomhover = "no";
|
||||
hover_effect = ""; # these are weird lookin
|
||||
seekbarfg_color = "#${base0D}"; # blue is a sane default
|
||||
};
|
||||
};
|
||||
|
||||
scripts = with pkgs.mpvScripts; [
|
||||
mpris
|
||||
modernx
|
||||
modernz
|
||||
thumbfast
|
||||
visualizer
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue