diff --git a/] b/] deleted file mode 100644 index 167448c..0000000 --- a/] +++ /dev/null @@ -1,33 +0,0 @@ -{ ... }: -{ - home.file.".config/hypr/pyprland.toml".text = '' - [pyprland] - plugins = [ - "scratchpads" - ] - - [scratchpads.termy] - animation = "fromTop" - command = "$TERMINAL --class $TERMINAL-dropterm-y --title 'Scratchpad(y)'" - class = "$TERMINAL-dropterm-y" - size = "70% 70%" - - [scratchpads.termu] - animation = "fromTop" - command = "$TERMINAL --class $TERMINAL-dropterm-u --title 'Scratchpad(u)'" - class = "$TERMINAL-dropterm-u" - size = "80% 80%" - - [scratchpads.termi] - animation = "fromTop" - command = "$TERMINAL --class $TERMINAL-dropterm-i --title 'Scratchpad(i)'" - class = "$TERMINAL-dropterm-i" - size = "50% 50%" - - [scratchpads.volume] - animation = "fromTop" - command = "pavucontrol --class floating" - class = "org.pulseaudio.pavucontrol" - size = "75% 60%" - ''; -} diff --git a/home/common/core/nixvim/theme.nix b/home/common/core/nixvim/theme.nix index 7dd7112..445f962 100644 --- a/home/common/core/nixvim/theme.nix +++ b/home/common/core/nixvim/theme.nix @@ -5,7 +5,6 @@ commentStyle = { italic = true; }; - dimInactive = true; terminalColors = true; theme = "wave"; transparent = true;